Html Css Color HEX #C8400B Harley Davidson Orange
📋 copy color: '#C8400B'red 200 ◦ green 64 ◦ blue 11
Shades of Harley Davidson Orange #C8400B
Tints of Harley Davidson Orange #C8400B
RGB
CMYK
RGB Variations
Color information
#C8400B (or 0xC8400B) is known color: Harley Davidson Orange. HEX triplet: C8, 40 and 0B. RGB value is (200,64,11). Sum of RGB (Red+Green+Blue) = 200+64+11=275 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.73% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 200 - color contains mainly: red. Hex color #C8400B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8400B is #37BFF4. Grayscale: #626262. Windows color (decimal): -3653621 or 737480. OLE color: 737480.
HSL color Cylindrical-coordinate representation of color #C8400B: hue angle of 16.83º 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 #C8400B is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 64 | 11 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.22 |
| HSL | 16.83º | 0.9% | 0.41% | - |
| HSV(B) | 16.83º | 0.95% | 0.78% | - |
| XYZ | 25.71 | 15.97 | 2.04 | - |
| YUV | 98.62 | 78.56 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 64 | 11 | 0 | 0.68 | 0.94 | 0.22 | 16.83 | 0.9 | 0.41 |
| Hex | C8 | 40 | B | 0 | 44 | 5E | 16 | 11 | 5A | 29 |
| Octal | 310 | 100 | 13 | 0 | 104 | 136 | 26 | 21 | 132 | 51 |
| Binary | 11001000 | 1000000 | 1011 | 0 | 1000100 | 1011110 | 10110 | 10001 | 1011010 | 101001 |
Color Harmonies of #C8400B
Complementary color
Monochromatic Colors of #C8400B
Black with #C8400B
Text Example
Text Example
White with #C8400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8400B; }
p { color: rgb(200,64,11); }
H1.HeaderClassName
{
color: #C8400B;
}
.AnyTagClassName
{
color: #C8400B;
}
</style>
background-color css
<style>
a { background-color: #C8400B; }
a { background-color: rgb(200,64,11); }
div.DivClassName
{
background-color: #C8400B;
}
.BgClassName
{
background-color: #C8400B;
}
</style>
border-color css
<style>
span { border-color: #C8400B; }
span { border-color: rgb(200,64,11); }
td.TdClassName
{
border-color: #C8400B;
}
.TagClassName
{
border-color: #C8400B;
}
</style>