Html Css Color HEX #CF3414 Harley Davidson Orange
📋 copy color: '#CF3414'red 207 ◦ green 52 ◦ blue 20
Shades of Harley Davidson Orange #CF3414
Tints of Harley Davidson Orange #CF3414
RGB
CMYK
RGB Variations
Color information
#CF3414 (or 0xCF3414) is known color: Harley Davidson Orange. HEX triplet: CF, 34 and 14. RGB value is (207,52,20). Sum of RGB (Red+Green+Blue) = 207+52+20=279 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.19% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3414 is #30CBEB. Grayscale: #5E5E5E. Windows color (decimal): -3197932 or 1324239. OLE color: 1324239.
HSL color Cylindrical-coordinate representation of color #CF3414: hue angle of 10.27º 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 #CF3414 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 20 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.19 |
| HSL | 10.27º | 0.82% | 0.45% | - |
| HSV(B) | 10.27º | 0.9% | 0.81% | - |
| XYZ | 27.09 | 15.77 | 2.28 | - |
| YUV | 94.7 | 85.85 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 20 | 0 | 0.75 | 0.90 | 0.19 | 10.27 | 0.82 | 0.45 |
| Hex | CF | 34 | 14 | 0 | 4B | 5A | 13 | A | 52 | 2D |
| Octal | 317 | 64 | 24 | 0 | 113 | 132 | 23 | 12 | 122 | 55 |
| Binary | 11001111 | 110100 | 10100 | 0 | 1001011 | 1011010 | 10011 | 1010 | 1010010 | 101101 |
Color Harmonies of #CF3414
Complementary color
Monochromatic Colors of #CF3414
Black with #CF3414
Text Example
Text Example
White with #CF3414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3414; }
p { color: rgb(207,52,20); }
H1.HeaderClassName
{
color: #CF3414;
}
.AnyTagClassName
{
color: #CF3414;
}
</style>
background-color css
<style>
a { background-color: #CF3414; }
a { background-color: rgb(207,52,20); }
div.DivClassName
{
background-color: #CF3414;
}
.BgClassName
{
background-color: #CF3414;
}
</style>
border-color css
<style>
span { border-color: #CF3414; }
span { border-color: rgb(207,52,20); }
td.TdClassName
{
border-color: #CF3414;
}
.TagClassName
{
border-color: #CF3414;
}
</style>