Html Css Color HEX #CF3C12 Harley Davidson Orange
📋 copy color: '#CF3C12'red 207 ◦ green 60 ◦ blue 18
Shades of Harley Davidson Orange #CF3C12
Tints of Harley Davidson Orange #CF3C12
RGB
CMYK
RGB Variations
Color information
#CF3C12 (or 0xCF3C12) is known color: Harley Davidson Orange. HEX triplet: CF, 3C and 12. RGB value is (207,60,18). Sum of RGB (Red+Green+Blue) = 207+60+18=285 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.63% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3C12 is #30C3ED. Grayscale: #636363. Windows color (decimal): -3195886 or 1195215. OLE color: 1195215.
HSL color Cylindrical-coordinate representation of color #CF3C12: hue angle of 13.33º 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 #CF3C12 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 60 | 18 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.19 |
| HSL | 13.33º | 0.84% | 0.44% | - |
| HSV(B) | 13.33º | 0.91% | 0.81% | - |
| XYZ | 27.46 | 16.54 | 2.32 | - |
| YUV | 99.17 | 82.2 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 18 | 0 | 0.71 | 0.91 | 0.19 | 13.33 | 0.84 | 0.44 |
| Hex | CF | 3C | 12 | 0 | 47 | 5B | 13 | D | 54 | 2C |
| Octal | 317 | 74 | 22 | 0 | 107 | 133 | 23 | 15 | 124 | 54 |
| Binary | 11001111 | 111100 | 10010 | 0 | 1000111 | 1011011 | 10011 | 1101 | 1010100 | 101100 |
Color Harmonies of #CF3C12
Complementary color
Monochromatic Colors of #CF3C12
Black with #CF3C12
Text Example
Text Example
White with #CF3C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3C12; }
p { color: rgb(207,60,18); }
H1.HeaderClassName
{
color: #CF3C12;
}
.AnyTagClassName
{
color: #CF3C12;
}
</style>
background-color css
<style>
a { background-color: #CF3C12; }
a { background-color: rgb(207,60,18); }
div.DivClassName
{
background-color: #CF3C12;
}
.BgClassName
{
background-color: #CF3C12;
}
</style>
border-color css
<style>
span { border-color: #CF3C12; }
span { border-color: rgb(207,60,18); }
td.TdClassName
{
border-color: #CF3C12;
}
.TagClassName
{
border-color: #CF3C12;
}
</style>