Html Css Color HEX #C52A08 Harley Davidson Orange
📋 copy color: '#C52A08'red 197 ◦ green 42 ◦ blue 8
Shades of Harley Davidson Orange #C52A08
Tints of Harley Davidson Orange #C52A08
RGB
CMYK
RGB Variations
Color information
#C52A08 (or 0xC52A08) is known color: Harley Davidson Orange. HEX triplet: C5, 2A and 08. RGB value is (197,42,8). Sum of RGB (Red+Green+Blue) = 197+42+8=247 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.76% from 247); Green value is 42 (16.80% from 255 or 17.00% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 197 - color contains mainly: red. Hex color #C52A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52A08 is #3AD5F7. Grayscale: #545454. Windows color (decimal): -3855864 or 535237. OLE color: 535237.
HSL color Cylindrical-coordinate representation of color #C52A08: hue angle of 10.79º 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 #C52A08 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 42 | 8 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.23 |
| HSL | 10.79º | 0.92% | 0.4% | - |
| HSV(B) | 10.79º | 0.96% | 0.77% | - |
| XYZ | 23.9 | 13.54 | 1.58 | - |
| YUV | 84.47 | 84.85 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 42 | 8 | 0 | 0.79 | 0.96 | 0.23 | 10.79 | 0.92 | 0.4 |
| Hex | C5 | 2A | 8 | 0 | 4F | 60 | 17 | B | 5C | 28 |
| Octal | 305 | 52 | 10 | 0 | 117 | 140 | 27 | 13 | 134 | 50 |
| Binary | 11000101 | 101010 | 1000 | 0 | 1001111 | 1100000 | 10111 | 1011 | 1011100 | 101000 |
Color Harmonies of #C52A08
Complementary color
Monochromatic Colors of #C52A08
Black with #C52A08
Text Example
Text Example
White with #C52A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52A08; }
p { color: rgb(197,42,8); }
H1.HeaderClassName
{
color: #C52A08;
}
.AnyTagClassName
{
color: #C52A08;
}
</style>
background-color css
<style>
a { background-color: #C52A08; }
a { background-color: rgb(197,42,8); }
div.DivClassName
{
background-color: #C52A08;
}
.BgClassName
{
background-color: #C52A08;
}
</style>
border-color css
<style>
span { border-color: #C52A08; }
span { border-color: rgb(197,42,8); }
td.TdClassName
{
border-color: #C52A08;
}
.TagClassName
{
border-color: #C52A08;
}
</style>