#CF290F

Color #CF290F Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #CF290F

Tints of Harley Davidson Orange #CF290F

Color information

#CF290F (or 0xCF290F) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 29 and 0F. RGB value is (207,41,15). Sum of RGB (Red+Green+Blue) = 207+41+15=263 (34% of max value = 765). Red value is 207 (81.25% from 255 or 78.71% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 207 - color contains mainly: red. Hex color #CF290F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF290F is #30D6F0. Grayscale: #575757. Windows color (decimal): -3200753 or 993743. OLE color: 993743.

HSL color Cylindrical-coordinate representation of color #CF290F: hue angle of 8.12º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF290F is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB2074115-
CMYK00.800.930.19
HSL8.12º86.49%43.53%-
HSV(B)8.12º92.75%81.18%-
XYZ26.6114.891.92-
YUV87.6787213.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 78.71%
GREEN value IS 41 (16.41% from 255) = 15.59%
BLUE value IS 15 (6.25% from 255) = 5.70%
R=78.71%
G=15.59%
B=5.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.93
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207411500.800.930.198.1286.4943.53
HexCF29F0505D138562c
Octal31751170120135231012654
Binary1100111110100111110101000010111011001110001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF290F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF290F; }

 p { color: rgb(207,41,15); }

 H1.HeaderClassName
 {
   color: #CF290F;
 }
 .AnyTagClassName
 {
   color: #CF290F;
 }
</style>
background-color css

<style>
 a { background-color: #CF290F; }

 a { background-color: rgb(207,41,15); }

 div.DivClassName
 {
   background-color: #CF290F;
 }
 .BgClassName
 {
   background-color: #CF290F;
 }
</style>
border-color css

<style>
 span { border-color: #CF290F; }

 span { border-color: rgb(207,41,15); }

 td.TdClassName
 {
   border-color: #CF290F;
 }
 .TagClassName
 {
   border-color: #CF290F;
 }
</style>