Html Css Color HEX #C8290B Harley Davidson Orange
📋 copy color: '#C8290B'red 200 ◦ green 41 ◦ blue 11
Shades of Harley Davidson Orange #C8290B
Tints of Harley Davidson Orange #C8290B
RGB
CMYK
RGB Variations
Color information
#C8290B (or 0xC8290B) is known color: Harley Davidson Orange. HEX triplet: C8, 29 and 0B. RGB value is (200,41,11). Sum of RGB (Red+Green+Blue) = 200+41+11=252 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.37% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 200 - color contains mainly: red. Hex color #C8290B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8290B is #37D6F4. Grayscale: #555555. Windows color (decimal): -3659509 or 731592. OLE color: 731592.
HSL color Cylindrical-coordinate representation of color #C8290B: hue angle of 9.52º 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 #C8290B is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 11 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.22 |
| HSL | 9.52º | 0.9% | 0.41% | - |
| HSV(B) | 9.52º | 0.95% | 0.78% | - |
| XYZ | 24.67 | 13.89 | 1.7 | - |
| YUV | 85.12 | 86.18 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 11 | 0 | 0.80 | 0.94 | 0.22 | 9.52 | 0.9 | 0.41 |
| Hex | C8 | 29 | B | 0 | 50 | 5E | 16 | A | 5A | 29 |
| Octal | 310 | 51 | 13 | 0 | 120 | 136 | 26 | 12 | 132 | 51 |
| Binary | 11001000 | 101001 | 1011 | 0 | 1010000 | 1011110 | 10110 | 1010 | 1011010 | 101001 |
Color Harmonies of #C8290B
Complementary color
Monochromatic Colors of #C8290B
Black with #C8290B
Text Example
Text Example
White with #C8290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8290B; }
p { color: rgb(200,41,11); }
H1.HeaderClassName
{
color: #C8290B;
}
.AnyTagClassName
{
color: #C8290B;
}
</style>
background-color css
<style>
a { background-color: #C8290B; }
a { background-color: rgb(200,41,11); }
div.DivClassName
{
background-color: #C8290B;
}
.BgClassName
{
background-color: #C8290B;
}
</style>
border-color css
<style>
span { border-color: #C8290B; }
span { border-color: rgb(200,41,11); }
td.TdClassName
{
border-color: #C8290B;
}
.TagClassName
{
border-color: #C8290B;
}
</style>