Html Css Color HEX #C8200B Harley Davidson Orange
📋 copy color: '#C8200B'red 200 ◦ green 32 ◦ blue 11
Shades of Harley Davidson Orange #C8200B
Tints of Harley Davidson Orange #C8200B
RGB
CMYK
RGB Variations
Color information
#C8200B (or 0xC8200B) is known color: Harley Davidson Orange. HEX triplet: C8, 20 and 0B. RGB value is (200,32,11). Sum of RGB (Red+Green+Blue) = 200+32+11=243 (32% of max value = 765). Red value is 200 (78.52% from 255 or 82.30% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 11 (4.69% from 255 or 4.53% from 243); Max value from RGB is 200 - color contains mainly: red. Hex color #C8200B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8200B is #37DFF4. Grayscale: #505050. Windows color (decimal): -3661813 or 729288. OLE color: 729288.
HSL color Cylindrical-coordinate representation of color #C8200B: hue angle of 6.67º 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 #C8200B is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 11 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.22 |
| HSL | 6.67º | 0.9% | 0.41% | - |
| HSV(B) | 6.67º | 0.95% | 0.78% | - |
| XYZ | 24.4 | 13.34 | 1.6 | - |
| YUV | 79.84 | 89.16 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 11 | 0 | 0.84 | 0.94 | 0.22 | 6.67 | 0.9 | 0.41 |
| Hex | C8 | 20 | B | 0 | 54 | 5E | 16 | 7 | 5A | 29 |
| Octal | 310 | 40 | 13 | 0 | 124 | 136 | 26 | 7 | 132 | 51 |
| Binary | 11001000 | 100000 | 1011 | 0 | 1010100 | 1011110 | 10110 | 111 | 1011010 | 101001 |
Color Harmonies of #C8200B
Complementary color
Monochromatic Colors of #C8200B
Black with #C8200B
Text Example
Text Example
White with #C8200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8200B; }
p { color: rgb(200,32,11); }
H1.HeaderClassName
{
color: #C8200B;
}
.AnyTagClassName
{
color: #C8200B;
}
</style>
background-color css
<style>
a { background-color: #C8200B; }
a { background-color: rgb(200,32,11); }
div.DivClassName
{
background-color: #C8200B;
}
.BgClassName
{
background-color: #C8200B;
}
</style>
border-color css
<style>
span { border-color: #C8200B; }
span { border-color: rgb(200,32,11); }
td.TdClassName
{
border-color: #C8200B;
}
.TagClassName
{
border-color: #C8200B;
}
</style>