Html Css Color HEX #CF3C14 Harley Davidson Orange
📋 copy color: '#CF3C14'red 207 ◦ green 60 ◦ blue 20
Shades of Harley Davidson Orange #CF3C14
Tints of Harley Davidson Orange #CF3C14
RGB
CMYK
RGB Variations
Color information
#CF3C14 (or 0xCF3C14) is known color: Harley Davidson Orange. HEX triplet: CF, 3C and 14. RGB value is (207,60,20). Sum of RGB (Red+Green+Blue) = 207+60+20=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3C14 is #30C3EB. Grayscale: #636363. Windows color (decimal): -3195884 or 1326287. OLE color: 1326287.
HSL color Cylindrical-coordinate representation of color #CF3C14: hue angle of 12.83º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF3C14 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 60 | 20 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.19 |
| HSL | 12.83º | 0.82% | 0.45% | - |
| HSV(B) | 12.83º | 0.9% | 0.81% | - |
| XYZ | 27.47 | 16.55 | 2.41 | - |
| YUV | 99.39 | 83.2 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 20 | 0 | 0.71 | 0.90 | 0.19 | 12.83 | 0.82 | 0.45 |
| Hex | CF | 3C | 14 | 0 | 47 | 5A | 13 | D | 52 | 2D |
| Octal | 317 | 74 | 24 | 0 | 107 | 132 | 23 | 15 | 122 | 55 |
| Binary | 11001111 | 111100 | 10100 | 0 | 1000111 | 1011010 | 10011 | 1101 | 1010010 | 101101 |
Color Harmonies of #CF3C14
Complementary color
Monochromatic Colors of #CF3C14
Black with #CF3C14
Text Example
Text Example
White with #CF3C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3C14; }
p { color: rgb(207,60,20); }
H1.HeaderClassName
{
color: #CF3C14;
}
.AnyTagClassName
{
color: #CF3C14;
}
</style>
background-color css
<style>
a { background-color: #CF3C14; }
a { background-color: rgb(207,60,20); }
div.DivClassName
{
background-color: #CF3C14;
}
.BgClassName
{
background-color: #CF3C14;
}
</style>
border-color css
<style>
span { border-color: #CF3C14; }
span { border-color: rgb(207,60,20); }
td.TdClassName
{
border-color: #CF3C14;
}
.TagClassName
{
border-color: #CF3C14;
}
</style>