Html Css Color HEX #CF2012 Harley Davidson Orange
📋 copy color: '#CF2012'red 207 ◦ green 32 ◦ blue 18
Shades of Harley Davidson Orange #CF2012
Tints of Harley Davidson Orange #CF2012
RGB
CMYK
RGB Variations
Color information
#CF2012 (or 0xCF2012) is known color: Harley Davidson Orange. HEX triplet: CF, 20 and 12. RGB value is (207,32,18). Sum of RGB (Red+Green+Blue) = 207+32+18=257 (34% of max value = 765). Red value is 207 (81.25% from 255 or 80.54% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2012 is #30DFED. Grayscale: #525252. Windows color (decimal): -3203054 or 1188047. OLE color: 1188047.
HSL color Cylindrical-coordinate representation of color #CF2012: hue angle of 4.44º 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 #CF2012 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 18 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.19 |
| HSL | 4.44º | 0.84% | 0.44% | - |
| HSV(B) | 4.44º | 0.91% | 0.81% | - |
| XYZ | 26.36 | 14.34 | 1.95 | - |
| YUV | 82.73 | 91.48 | 216.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 18 | 0 | 0.85 | 0.91 | 0.19 | 4.44 | 0.84 | 0.44 |
| Hex | CF | 20 | 12 | 0 | 55 | 5B | 13 | 4 | 54 | 2C |
| Octal | 317 | 40 | 22 | 0 | 125 | 133 | 23 | 4 | 124 | 54 |
| Binary | 11001111 | 100000 | 10010 | 0 | 1010101 | 1011011 | 10011 | 100 | 1010100 | 101100 |
Color Harmonies of #CF2012
Complementary color
Monochromatic Colors of #CF2012
Black with #CF2012
Text Example
Text Example
White with #CF2012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2012; }
p { color: rgb(207,32,18); }
H1.HeaderClassName
{
color: #CF2012;
}
.AnyTagClassName
{
color: #CF2012;
}
</style>
background-color css
<style>
a { background-color: #CF2012; }
a { background-color: rgb(207,32,18); }
div.DivClassName
{
background-color: #CF2012;
}
.BgClassName
{
background-color: #CF2012;
}
</style>
border-color css
<style>
span { border-color: #CF2012; }
span { border-color: rgb(207,32,18); }
td.TdClassName
{
border-color: #CF2012;
}
.TagClassName
{
border-color: #CF2012;
}
</style>