Html Css Color HEX #C42508 Harley Davidson Orange
📋 copy color: '#C42508'red 196 ◦ green 37 ◦ blue 8
Shades of Harley Davidson Orange #C42508
Tints of Harley Davidson Orange #C42508
RGB
CMYK
RGB Variations
Color information
#C42508 (or 0xC42508) is known color: Harley Davidson Orange. HEX triplet: C4, 25 and 08. RGB value is (196,37,8). Sum of RGB (Red+Green+Blue) = 196+37+8=241 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.33% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 196 - color contains mainly: red. Hex color #C42508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42508 is #3BDAF7. Grayscale: #515151. Windows color (decimal): -3922680 or 533956. OLE color: 533956.
HSL color Cylindrical-coordinate representation of color #C42508: hue angle of 9.26º 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 #C42508 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 37 | 8 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.23 |
| HSL | 9.26º | 0.92% | 0.4% | - |
| HSV(B) | 9.26º | 0.96% | 0.77% | - |
| XYZ | 23.47 | 13.08 | 1.52 | - |
| YUV | 81.24 | 86.68 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 37 | 8 | 0 | 0.81 | 0.96 | 0.23 | 9.26 | 0.92 | 0.4 |
| Hex | C4 | 25 | 8 | 0 | 51 | 60 | 17 | 9 | 5C | 28 |
| Octal | 304 | 45 | 10 | 0 | 121 | 140 | 27 | 11 | 134 | 50 |
| Binary | 11000100 | 100101 | 1000 | 0 | 1010001 | 1100000 | 10111 | 1001 | 1011100 | 101000 |
Color Harmonies of #C42508
Complementary color
Monochromatic Colors of #C42508
Black with #C42508
Text Example
Text Example
White with #C42508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42508; }
p { color: rgb(196,37,8); }
H1.HeaderClassName
{
color: #C42508;
}
.AnyTagClassName
{
color: #C42508;
}
</style>
background-color css
<style>
a { background-color: #C42508; }
a { background-color: rgb(196,37,8); }
div.DivClassName
{
background-color: #C42508;
}
.BgClassName
{
background-color: #C42508;
}
</style>
border-color css
<style>
span { border-color: #C42508; }
span { border-color: rgb(196,37,8); }
td.TdClassName
{
border-color: #C42508;
}
.TagClassName
{
border-color: #C42508;
}
</style>