Html Css Color HEX #C8371A Harley Davidson Orange
📋 copy color: '#C8371A'red 200 ◦ green 55 ◦ blue 26
Shades of Harley Davidson Orange #C8371A
Tints of Harley Davidson Orange #C8371A
RGB
CMYK
RGB Variations
Color information
#C8371A (or 0xC8371A) is known color: Harley Davidson Orange. HEX triplet: C8, 37 and 1A. RGB value is (200,55,26). Sum of RGB (Red+Green+Blue) = 200+55+26=281 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.17% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 200 - color contains mainly: red. Hex color #C8371A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8371A is #37C8E5. Grayscale: #5F5F5F. Windows color (decimal): -3655910 or 1718216. OLE color: 1718216.
HSL color Cylindrical-coordinate representation of color #C8371A: hue angle of 10º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8371A is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 55 | 26 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.22 |
| HSL | 10º | 0.77% | 0.44% | - |
| HSV(B) | 10º | 0.87% | 0.78% | - |
| XYZ | 25.37 | 15.09 | 2.55 | - |
| YUV | 95.05 | 89.04 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 55 | 26 | 0 | 0.72 | 0.87 | 0.22 | 10 | 0.77 | 0.44 |
| Hex | C8 | 37 | 1A | 0 | 48 | 57 | 16 | A | 4D | 2C |
| Octal | 310 | 67 | 32 | 0 | 110 | 127 | 26 | 12 | 115 | 54 |
| Binary | 11001000 | 110111 | 11010 | 0 | 1001000 | 1010111 | 10110 | 1010 | 1001101 | 101100 |
Color Harmonies of #C8371A
Complementary color
Monochromatic Colors of #C8371A
Black with #C8371A
Text Example
Text Example
White with #C8371A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8371A; }
p { color: rgb(200,55,26); }
H1.HeaderClassName
{
color: #C8371A;
}
.AnyTagClassName
{
color: #C8371A;
}
</style>
background-color css
<style>
a { background-color: #C8371A; }
a { background-color: rgb(200,55,26); }
div.DivClassName
{
background-color: #C8371A;
}
.BgClassName
{
background-color: #C8371A;
}
</style>
border-color css
<style>
span { border-color: #C8371A; }
span { border-color: rgb(200,55,26); }
td.TdClassName
{
border-color: #C8371A;
}
.TagClassName
{
border-color: #C8371A;
}
</style>