Html Css Color HEX #C8240B Harley Davidson Orange
📋 copy color: '#C8240B'red 200 ◦ green 36 ◦ blue 11
Shades of Harley Davidson Orange #C8240B
Tints of Harley Davidson Orange #C8240B
RGB
CMYK
RGB Variations
Color information
#C8240B (or 0xC8240B) is known color: Harley Davidson Orange. HEX triplet: C8, 24 and 0B. RGB value is (200,36,11). Sum of RGB (Red+Green+Blue) = 200+36+11=247 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.97% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 200 - color contains mainly: red. Hex color #C8240B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8240B is #37DBF4. Grayscale: #525252. Windows color (decimal): -3660789 or 730312. OLE color: 730312.
HSL color Cylindrical-coordinate representation of color #C8240B: hue angle of 7.94º 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 #C8240B is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 11 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.22 |
| HSL | 7.94º | 0.9% | 0.41% | - |
| HSV(B) | 7.94º | 0.95% | 0.78% | - |
| XYZ | 24.51 | 13.57 | 1.64 | - |
| YUV | 82.19 | 87.83 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 11 | 0 | 0.82 | 0.94 | 0.22 | 7.94 | 0.9 | 0.41 |
| Hex | C8 | 24 | B | 0 | 52 | 5E | 16 | 8 | 5A | 29 |
| Octal | 310 | 44 | 13 | 0 | 122 | 136 | 26 | 10 | 132 | 51 |
| Binary | 11001000 | 100100 | 1011 | 0 | 1010010 | 1011110 | 10110 | 1000 | 1011010 | 101001 |
Color Harmonies of #C8240B
Complementary color
Monochromatic Colors of #C8240B
Black with #C8240B
Text Example
Text Example
White with #C8240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8240B; }
p { color: rgb(200,36,11); }
H1.HeaderClassName
{
color: #C8240B;
}
.AnyTagClassName
{
color: #C8240B;
}
</style>
background-color css
<style>
a { background-color: #C8240B; }
a { background-color: rgb(200,36,11); }
div.DivClassName
{
background-color: #C8240B;
}
.BgClassName
{
background-color: #C8240B;
}
</style>
border-color css
<style>
span { border-color: #C8240B; }
span { border-color: rgb(200,36,11); }
td.TdClassName
{
border-color: #C8240B;
}
.TagClassName
{
border-color: #C8240B;
}
</style>