Html Css Color HEX #CF3412 Harley Davidson Orange
📋 copy color: '#CF3412'red 207 ◦ green 52 ◦ blue 18
Shades of Harley Davidson Orange #CF3412
Tints of Harley Davidson Orange #CF3412
RGB
CMYK
RGB Variations
Color information
#CF3412 (or 0xCF3412) is known color: Harley Davidson Orange. HEX triplet: CF, 34 and 12. RGB value is (207,52,18). Sum of RGB (Red+Green+Blue) = 207+52+18=277 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.73% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3412 is #30CBED. Grayscale: #5E5E5E. Windows color (decimal): -3197934 or 1193167. OLE color: 1193167.
HSL color Cylindrical-coordinate representation of color #CF3412: hue angle of 10.79º 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 #CF3412 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 18 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.19 |
| HSL | 10.79º | 0.84% | 0.44% | - |
| HSV(B) | 10.79º | 0.91% | 0.81% | - |
| XYZ | 27.07 | 15.77 | 2.19 | - |
| YUV | 94.47 | 84.85 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 18 | 0 | 0.75 | 0.91 | 0.19 | 10.79 | 0.84 | 0.44 |
| Hex | CF | 34 | 12 | 0 | 4B | 5B | 13 | B | 54 | 2C |
| Octal | 317 | 64 | 22 | 0 | 113 | 133 | 23 | 13 | 124 | 54 |
| Binary | 11001111 | 110100 | 10010 | 0 | 1001011 | 1011011 | 10011 | 1011 | 1010100 | 101100 |
Color Harmonies of #CF3412
Complementary color
Monochromatic Colors of #CF3412
Black with #CF3412
Text Example
Text Example
White with #CF3412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3412; }
p { color: rgb(207,52,18); }
H1.HeaderClassName
{
color: #CF3412;
}
.AnyTagClassName
{
color: #CF3412;
}
</style>
background-color css
<style>
a { background-color: #CF3412; }
a { background-color: rgb(207,52,18); }
div.DivClassName
{
background-color: #CF3412;
}
.BgClassName
{
background-color: #CF3412;
}
</style>
border-color css
<style>
span { border-color: #CF3412; }
span { border-color: rgb(207,52,18); }
td.TdClassName
{
border-color: #CF3412;
}
.TagClassName
{
border-color: #CF3412;
}
</style>