Html Css Color HEX #C9210F Harley Davidson Orange
📋 copy color: '#C9210F'red 201 ◦ green 33 ◦ blue 15
Shades of Harley Davidson Orange #C9210F
Tints of Harley Davidson Orange #C9210F
RGB
CMYK
RGB Variations
Color information
#C9210F (or 0xC9210F) is known color: Harley Davidson Orange. HEX triplet: C9, 21 and 0F. RGB value is (201,33,15). Sum of RGB (Red+Green+Blue) = 201+33+15=249 (32% of max value = 765). Red value is 201 (78.91% from 255 or 80.72% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 201 - color contains mainly: red. Hex color #C9210F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9210F is #36DEF0. Grayscale: #515151. Windows color (decimal): -3596017 or 991689. OLE color: 991689.
HSL color Cylindrical-coordinate representation of color #C9210F: hue angle of 5.81º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9210F is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 15 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.21 |
| HSL | 5.81º | 0.86% | 0.42% | - |
| HSV(B) | 5.81º | 0.93% | 0.79% | - |
| XYZ | 24.72 | 13.54 | 1.76 | - |
| YUV | 81.18 | 90.66 | 213.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 15 | 0 | 0.84 | 0.93 | 0.21 | 5.81 | 0.86 | 0.42 |
| Hex | C9 | 21 | F | 0 | 54 | 5D | 15 | 6 | 56 | 2A |
| Octal | 311 | 41 | 17 | 0 | 124 | 135 | 25 | 6 | 126 | 52 |
| Binary | 11001001 | 100001 | 1111 | 0 | 1010100 | 1011101 | 10101 | 110 | 1010110 | 101010 |
Color Harmonies of #C9210F
Complementary color
Monochromatic Colors of #C9210F
Black with #C9210F
Text Example
Text Example
White with #C9210F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9210F; }
p { color: rgb(201,33,15); }
H1.HeaderClassName
{
color: #C9210F;
}
.AnyTagClassName
{
color: #C9210F;
}
</style>
background-color css
<style>
a { background-color: #C9210F; }
a { background-color: rgb(201,33,15); }
div.DivClassName
{
background-color: #C9210F;
}
.BgClassName
{
background-color: #C9210F;
}
</style>
border-color css
<style>
span { border-color: #C9210F; }
span { border-color: rgb(201,33,15); }
td.TdClassName
{
border-color: #C9210F;
}
.TagClassName
{
border-color: #C9210F;
}
</style>