#cf4212

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

Shades of Harley Davidson Orange #CF4212

Tints of Harley Davidson Orange #CF4212

Color information

#CF4212 (or 0xCF4212) is unknown color: approx Harley Davidson Orange. HEX triplet: CF, 42 and 12. RGB value is (207,66,18). Sum of RGB (Red+Green+Blue) = 207+66+18=291 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.13% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4212 is #30BDED. Grayscale: #676767. Windows color (decimal): -3194350 or 1196751. OLE color: 1196751.

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

Color convert

RGB2076618-
CMYK00.680.910.19
HSL15.24º84%44.12%-
HSV(B)15.24º91.3%81.18%-
XYZ27.7917.212.43-
YUV102.6980.21202.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 71.13%
GREEN value IS 66 (26.17% from 255) = 22.68%
BLUE value IS 18 (7.42% from 255) = 6.19%
R=71.13%
G=22.68%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.91
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207661800.680.910.1915.248444.12
HexCF42120445B13f542c
Octal317102220104133231712454
Binary110011111000010100100100010010110111001111111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf4212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf4212; }

 p { color: rgb(207,66,18); }

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

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

 a { background-color: rgb(207,66,18); }

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

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

 span { border-color: rgb(207,66,18); }

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