Html Css Color HEX #C52008 Harley Davidson Orange
📋 copy color: '#C52008'red 197 ◦ green 32 ◦ blue 8
Shades of Harley Davidson Orange #C52008
Tints of Harley Davidson Orange #C52008
RGB
CMYK
RGB Variations
Color information
#C52008 (or 0xC52008) is known color: Harley Davidson Orange. HEX triplet: C5, 20 and 08. RGB value is (197,32,8). Sum of RGB (Red+Green+Blue) = 197+32+8=237 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.12% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 197 - color contains mainly: red. Hex color #C52008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52008 is #3ADFF7. Grayscale: #4E4E4E. Windows color (decimal): -3858424 or 532677. OLE color: 532677.
HSL color Cylindrical-coordinate representation of color #C52008: hue angle of 7.62º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C52008 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 8 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.23 |
| HSL | 7.62º | 0.92% | 0.4% | - |
| HSV(B) | 7.62º | 0.96% | 0.77% | - |
| XYZ | 23.59 | 12.92 | 1.48 | - |
| YUV | 78.6 | 88.16 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 8 | 0 | 0.84 | 0.96 | 0.23 | 7.62 | 0.92 | 0.4 |
| Hex | C5 | 20 | 8 | 0 | 54 | 60 | 17 | 8 | 5C | 28 |
| Octal | 305 | 40 | 10 | 0 | 124 | 140 | 27 | 10 | 134 | 50 |
| Binary | 11000101 | 100000 | 1000 | 0 | 1010100 | 1100000 | 10111 | 1000 | 1011100 | 101000 |
Color Harmonies of #C52008
Complementary color
Monochromatic Colors of #C52008
Black with #C52008
Text Example
Text Example
White with #C52008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52008; }
p { color: rgb(197,32,8); }
H1.HeaderClassName
{
color: #C52008;
}
.AnyTagClassName
{
color: #C52008;
}
</style>
background-color css
<style>
a { background-color: #C52008; }
a { background-color: rgb(197,32,8); }
div.DivClassName
{
background-color: #C52008;
}
.BgClassName
{
background-color: #C52008;
}
</style>
border-color css
<style>
span { border-color: #C52008; }
span { border-color: rgb(197,32,8); }
td.TdClassName
{
border-color: #C52008;
}
.TagClassName
{
border-color: #C52008;
}
</style>