Html Css Color HEX #CF3612 Harley Davidson Orange
📋 copy color: '#CF3612'red 207 ◦ green 54 ◦ blue 18
Shades of Harley Davidson Orange #CF3612
Tints of Harley Davidson Orange #CF3612
RGB
CMYK
RGB Variations
Color information
#CF3612 (or 0xCF3612) is known color: Harley Davidson Orange. HEX triplet: CF, 36 and 12. RGB value is (207,54,18). Sum of RGB (Red+Green+Blue) = 207+54+18=279 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.19% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3612 is #30C9ED. Grayscale: #5F5F5F. Windows color (decimal): -3197422 or 1193679. OLE color: 1193679.
HSL color Cylindrical-coordinate representation of color #CF3612: hue angle of 11.43º 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 #CF3612 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 18 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.19 |
| HSL | 11.43º | 0.84% | 0.44% | - |
| HSV(B) | 11.43º | 0.91% | 0.81% | - |
| XYZ | 27.16 | 15.95 | 2.22 | - |
| YUV | 95.64 | 84.19 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 18 | 0 | 0.74 | 0.91 | 0.19 | 11.43 | 0.84 | 0.44 |
| Hex | CF | 36 | 12 | 0 | 4A | 5B | 13 | B | 54 | 2C |
| Octal | 317 | 66 | 22 | 0 | 112 | 133 | 23 | 13 | 124 | 54 |
| Binary | 11001111 | 110110 | 10010 | 0 | 1001010 | 1011011 | 10011 | 1011 | 1010100 | 101100 |
Color Harmonies of #CF3612
Complementary color
Monochromatic Colors of #CF3612
Black with #CF3612
Text Example
Text Example
White with #CF3612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3612; }
p { color: rgb(207,54,18); }
H1.HeaderClassName
{
color: #CF3612;
}
.AnyTagClassName
{
color: #CF3612;
}
</style>
background-color css
<style>
a { background-color: #CF3612; }
a { background-color: rgb(207,54,18); }
div.DivClassName
{
background-color: #CF3612;
}
.BgClassName
{
background-color: #CF3612;
}
</style>
border-color css
<style>
span { border-color: #CF3612; }
span { border-color: rgb(207,54,18); }
td.TdClassName
{
border-color: #CF3612;
}
.TagClassName
{
border-color: #CF3612;
}
</style>