Html Css Color HEX #C8210B Harley Davidson Orange
📋 copy color: '#C8210B'red 200 ◦ green 33 ◦ blue 11
Shades of Harley Davidson Orange #C8210B
Tints of Harley Davidson Orange #C8210B
RGB
CMYK
RGB Variations
Color information
#C8210B (or 0xC8210B) is known color: Harley Davidson Orange. HEX triplet: C8, 21 and 0B. RGB value is (200,33,11). Sum of RGB (Red+Green+Blue) = 200+33+11=244 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.97% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 11 (4.69% from 255 or 4.51% from 244); Max value from RGB is 200 - color contains mainly: red. Hex color #C8210B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8210B is #37DEF4. Grayscale: #505050. Windows color (decimal): -3661557 or 729544. OLE color: 729544.
HSL color Cylindrical-coordinate representation of color #C8210B: hue angle of 6.98º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8210B is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 33 | 11 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.22 |
| HSL | 6.98º | 0.9% | 0.41% | - |
| HSV(B) | 6.98º | 0.95% | 0.78% | - |
| XYZ | 24.42 | 13.39 | 1.61 | - |
| YUV | 80.43 | 88.83 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 11 | 0 | 0.84 | 0.94 | 0.22 | 6.98 | 0.9 | 0.41 |
| Hex | C8 | 21 | B | 0 | 54 | 5E | 16 | 7 | 5A | 29 |
| Octal | 310 | 41 | 13 | 0 | 124 | 136 | 26 | 7 | 132 | 51 |
| Binary | 11001000 | 100001 | 1011 | 0 | 1010100 | 1011110 | 10110 | 111 | 1011010 | 101001 |
Color Harmonies of #C8210B
Complementary color
Monochromatic Colors of #C8210B
Black with #C8210B
Text Example
Text Example
White with #C8210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8210B; }
p { color: rgb(200,33,11); }
H1.HeaderClassName
{
color: #C8210B;
}
.AnyTagClassName
{
color: #C8210B;
}
</style>
background-color css
<style>
a { background-color: #C8210B; }
a { background-color: rgb(200,33,11); }
div.DivClassName
{
background-color: #C8210B;
}
.BgClassName
{
background-color: #C8210B;
}
</style>
border-color css
<style>
span { border-color: #C8210B; }
span { border-color: rgb(200,33,11); }
td.TdClassName
{
border-color: #C8210B;
}
.TagClassName
{
border-color: #C8210B;
}
</style>