Html Css Color HEX #C9210C Harley Davidson Orange
📋 copy color: '#C9210C'red 201 ◦ green 33 ◦ blue 12
Shades of Harley Davidson Orange #C9210C
Tints of Harley Davidson Orange #C9210C
RGB
CMYK
RGB Variations
Color information
#C9210C (or 0xC9210C) is known color: Harley Davidson Orange. HEX triplet: C9, 21 and 0C. RGB value is (201,33,12). Sum of RGB (Red+Green+Blue) = 201+33+12=246 (32% of max value = 765). Red value is 201 (78.91% from 255 or 81.71% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 201 - color contains mainly: red. Hex color #C9210C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9210C is #36DEF3. Grayscale: #515151. Windows color (decimal): -3596020 or 795081. OLE color: 795081.
HSL color Cylindrical-coordinate representation of color #C9210C: hue angle of 6.67º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9210C is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 12 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.21 |
| HSL | 6.67º | 0.89% | 0.42% | - |
| HSV(B) | 6.67º | 0.94% | 0.79% | - |
| XYZ | 24.7 | 13.53 | 1.66 | - |
| YUV | 80.84 | 89.16 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 12 | 0 | 0.84 | 0.94 | 0.21 | 6.67 | 0.89 | 0.42 |
| Hex | C9 | 21 | C | 0 | 54 | 5E | 15 | 7 | 59 | 2A |
| Octal | 311 | 41 | 14 | 0 | 124 | 136 | 25 | 7 | 131 | 52 |
| Binary | 11001001 | 100001 | 1100 | 0 | 1010100 | 1011110 | 10101 | 111 | 1011001 | 101010 |
Color Harmonies of #C9210C
Complementary color
Monochromatic Colors of #C9210C
Black with #C9210C
Text Example
Text Example
White with #C9210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9210C; }
p { color: rgb(201,33,12); }
H1.HeaderClassName
{
color: #C9210C;
}
.AnyTagClassName
{
color: #C9210C;
}
</style>
background-color css
<style>
a { background-color: #C9210C; }
a { background-color: rgb(201,33,12); }
div.DivClassName
{
background-color: #C9210C;
}
.BgClassName
{
background-color: #C9210C;
}
</style>
border-color css
<style>
span { border-color: #C9210C; }
span { border-color: rgb(201,33,12); }
td.TdClassName
{
border-color: #C9210C;
}
.TagClassName
{
border-color: #C9210C;
}
</style>