Html Css Color HEX #C52208 Harley Davidson Orange
📋 copy color: '#C52208'red 197 ◦ green 34 ◦ blue 8
Shades of Harley Davidson Orange #C52208
Tints of Harley Davidson Orange #C52208
RGB
CMYK
RGB Variations
Color information
#C52208 (or 0xC52208) is known color: Harley Davidson Orange. HEX triplet: C5, 22 and 08. RGB value is (197,34,8). Sum of RGB (Red+Green+Blue) = 197+34+8=239 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.43% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 197 - color contains mainly: red. Hex color #C52208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52208 is #3ADDF7. Grayscale: #505050. Windows color (decimal): -3857912 or 533189. OLE color: 533189.
HSL color Cylindrical-coordinate representation of color #C52208: hue angle of 8.25º 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 #C52208 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 34 | 8 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.23 |
| HSL | 8.25º | 0.92% | 0.4% | - |
| HSV(B) | 8.25º | 0.96% | 0.77% | - |
| XYZ | 23.64 | 13.03 | 1.5 | - |
| YUV | 79.77 | 87.5 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 34 | 8 | 0 | 0.83 | 0.96 | 0.23 | 8.25 | 0.92 | 0.4 |
| Hex | C5 | 22 | 8 | 0 | 53 | 60 | 17 | 8 | 5C | 28 |
| Octal | 305 | 42 | 10 | 0 | 123 | 140 | 27 | 10 | 134 | 50 |
| Binary | 11000101 | 100010 | 1000 | 0 | 1010011 | 1100000 | 10111 | 1000 | 1011100 | 101000 |
Color Harmonies of #C52208
Complementary color
Monochromatic Colors of #C52208
Black with #C52208
Text Example
Text Example
White with #C52208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52208; }
p { color: rgb(197,34,8); }
H1.HeaderClassName
{
color: #C52208;
}
.AnyTagClassName
{
color: #C52208;
}
</style>
background-color css
<style>
a { background-color: #C52208; }
a { background-color: rgb(197,34,8); }
div.DivClassName
{
background-color: #C52208;
}
.BgClassName
{
background-color: #C52208;
}
</style>
border-color css
<style>
span { border-color: #C52208; }
span { border-color: rgb(197,34,8); }
td.TdClassName
{
border-color: #C52208;
}
.TagClassName
{
border-color: #C52208;
}
</style>