Html Css Color HEX #C8371D Harley Davidson Orange
📋 copy color: '#C8371D'red 200 ◦ green 55 ◦ blue 29
Shades of Harley Davidson Orange #C8371D
Tints of Harley Davidson Orange #C8371D
RGB
CMYK
RGB Variations
Color information
#C8371D (or 0xC8371D) is known color: Harley Davidson Orange. HEX triplet: C8, 37 and 1D. RGB value is (200,55,29). Sum of RGB (Red+Green+Blue) = 200+55+29=284 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.42% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 200 - color contains mainly: red. Hex color #C8371D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8371D is #37C8E2. Grayscale: #5F5F5F. Windows color (decimal): -3655907 or 1914824. OLE color: 1914824.
HSL color Cylindrical-coordinate representation of color #C8371D: hue angle of 9.12º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8371D is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 55 | 29 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.22 |
| HSL | 9.12º | 0.75% | 0.45% | - |
| HSV(B) | 9.12º | 0.86% | 0.78% | - |
| XYZ | 25.41 | 15.1 | 2.74 | - |
| YUV | 95.39 | 90.54 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 55 | 29 | 0 | 0.72 | 0.86 | 0.22 | 9.12 | 0.75 | 0.45 |
| Hex | C8 | 37 | 1D | 0 | 48 | 56 | 16 | 9 | 4B | 2D |
| Octal | 310 | 67 | 35 | 0 | 110 | 126 | 26 | 11 | 113 | 55 |
| Binary | 11001000 | 110111 | 11101 | 0 | 1001000 | 1010110 | 10110 | 1001 | 1001011 | 101101 |
Color Harmonies of #C8371D
Complementary color
Monochromatic Colors of #C8371D
Black with #C8371D
Text Example
Text Example
White with #C8371D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8371D; }
p { color: rgb(200,55,29); }
H1.HeaderClassName
{
color: #C8371D;
}
.AnyTagClassName
{
color: #C8371D;
}
</style>
background-color css
<style>
a { background-color: #C8371D; }
a { background-color: rgb(200,55,29); }
div.DivClassName
{
background-color: #C8371D;
}
.BgClassName
{
background-color: #C8371D;
}
</style>
border-color css
<style>
span { border-color: #C8371D; }
span { border-color: rgb(200,55,29); }
td.TdClassName
{
border-color: #C8371D;
}
.TagClassName
{
border-color: #C8371D;
}
</style>