Html Css Color HEX #CF210C Harley Davidson Orange
📋 copy color: '#CF210C'red 207 ◦ green 33 ◦ blue 12
Shades of Harley Davidson Orange #CF210C
Tints of Harley Davidson Orange #CF210C
RGB
CMYK
RGB Variations
Color information
#CF210C (or 0xCF210C) is known color: Harley Davidson Orange. HEX triplet: CF, 21 and 0C. RGB value is (207,33,12). Sum of RGB (Red+Green+Blue) = 207+33+12=252 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.14% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 207 - color contains mainly: red. Hex color #CF210C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF210C is #30DEF3. Grayscale: #525252. Windows color (decimal): -3202804 or 795087. OLE color: 795087.
HSL color Cylindrical-coordinate representation of color #CF210C: hue angle of 6.46º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF210C is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 33 | 12 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.19 |
| HSL | 6.46º | 0.89% | 0.43% | - |
| HSV(B) | 6.46º | 0.94% | 0.81% | - |
| XYZ | 26.34 | 14.38 | 1.73 | - |
| YUV | 82.63 | 88.15 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 33 | 12 | 0 | 0.84 | 0.94 | 0.19 | 6.46 | 0.89 | 0.43 |
| Hex | CF | 21 | C | 0 | 54 | 5E | 13 | 6 | 59 | 2B |
| Octal | 317 | 41 | 14 | 0 | 124 | 136 | 23 | 6 | 131 | 53 |
| Binary | 11001111 | 100001 | 1100 | 0 | 1010100 | 1011110 | 10011 | 110 | 1011001 | 101011 |
Color Harmonies of #CF210C
Complementary color
Monochromatic Colors of #CF210C
Black with #CF210C
Text Example
Text Example
White with #CF210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF210C; }
p { color: rgb(207,33,12); }
H1.HeaderClassName
{
color: #CF210C;
}
.AnyTagClassName
{
color: #CF210C;
}
</style>
background-color css
<style>
a { background-color: #CF210C; }
a { background-color: rgb(207,33,12); }
div.DivClassName
{
background-color: #CF210C;
}
.BgClassName
{
background-color: #CF210C;
}
</style>
border-color css
<style>
span { border-color: #CF210C; }
span { border-color: rgb(207,33,12); }
td.TdClassName
{
border-color: #CF210C;
}
.TagClassName
{
border-color: #CF210C;
}
</style>