Html Css Color HEX #C52308 Harley Davidson Orange
📋 copy color: '#C52308'red 197 ◦ green 35 ◦ blue 8
Shades of Harley Davidson Orange #C52308
Tints of Harley Davidson Orange #C52308
RGB
CMYK
RGB Variations
Color information
#C52308 (or 0xC52308) is known color: Harley Davidson Orange. HEX triplet: C5, 23 and 08. RGB value is (197,35,8). Sum of RGB (Red+Green+Blue) = 197+35+8=240 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.08% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 197 - color contains mainly: red. Hex color #C52308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52308 is #3ADCF7. Grayscale: #505050. Windows color (decimal): -3857656 or 533445. OLE color: 533445.
HSL color Cylindrical-coordinate representation of color #C52308: hue angle of 8.57º 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 #C52308 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 8 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.23 |
| HSL | 8.57º | 0.92% | 0.4% | - |
| HSV(B) | 8.57º | 0.96% | 0.77% | - |
| XYZ | 23.67 | 13.09 | 1.51 | - |
| YUV | 80.36 | 87.17 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 8 | 0 | 0.82 | 0.96 | 0.23 | 8.57 | 0.92 | 0.4 |
| Hex | C5 | 23 | 8 | 0 | 52 | 60 | 17 | 9 | 5C | 28 |
| Octal | 305 | 43 | 10 | 0 | 122 | 140 | 27 | 11 | 134 | 50 |
| Binary | 11000101 | 100011 | 1000 | 0 | 1010010 | 1100000 | 10111 | 1001 | 1011100 | 101000 |
Color Harmonies of #C52308
Complementary color
Monochromatic Colors of #C52308
Black with #C52308
Text Example
Text Example
White with #C52308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52308; }
p { color: rgb(197,35,8); }
H1.HeaderClassName
{
color: #C52308;
}
.AnyTagClassName
{
color: #C52308;
}
</style>
background-color css
<style>
a { background-color: #C52308; }
a { background-color: rgb(197,35,8); }
div.DivClassName
{
background-color: #C52308;
}
.BgClassName
{
background-color: #C52308;
}
</style>
border-color css
<style>
span { border-color: #C52308; }
span { border-color: rgb(197,35,8); }
td.TdClassName
{
border-color: #C52308;
}
.TagClassName
{
border-color: #C52308;
}
</style>