Html Css Color HEX #C42408 Harley Davidson Orange
📋 copy color: '#C42408'red 196 ◦ green 36 ◦ blue 8
Shades of Harley Davidson Orange #C42408
Tints of Harley Davidson Orange #C42408
RGB
CMYK
RGB Variations
Color information
#C42408 (or 0xC42408) is known color: Harley Davidson Orange. HEX triplet: C4, 24 and 08. RGB value is (196,36,8). Sum of RGB (Red+Green+Blue) = 196+36+8=240 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.67% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 196 - color contains mainly: red. Hex color #C42408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42408 is #3BDBF7. Grayscale: #505050. Windows color (decimal): -3922936 or 533700. OLE color: 533700.
HSL color Cylindrical-coordinate representation of color #C42408: hue angle of 8.94º 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 #C42408 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 8 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.23 |
| HSL | 8.94º | 0.92% | 0.4% | - |
| HSV(B) | 8.94º | 0.96% | 0.77% | - |
| XYZ | 23.44 | 13.02 | 1.51 | - |
| YUV | 80.65 | 87.01 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 8 | 0 | 0.82 | 0.96 | 0.23 | 8.94 | 0.92 | 0.4 |
| Hex | C4 | 24 | 8 | 0 | 52 | 60 | 17 | 9 | 5C | 28 |
| Octal | 304 | 44 | 10 | 0 | 122 | 140 | 27 | 11 | 134 | 50 |
| Binary | 11000100 | 100100 | 1000 | 0 | 1010010 | 1100000 | 10111 | 1001 | 1011100 | 101000 |
Color Harmonies of #C42408
Complementary color
Monochromatic Colors of #C42408
Black with #C42408
Text Example
Text Example
White with #C42408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42408; }
p { color: rgb(196,36,8); }
H1.HeaderClassName
{
color: #C42408;
}
.AnyTagClassName
{
color: #C42408;
}
</style>
background-color css
<style>
a { background-color: #C42408; }
a { background-color: rgb(196,36,8); }
div.DivClassName
{
background-color: #C42408;
}
.BgClassName
{
background-color: #C42408;
}
</style>
border-color css
<style>
span { border-color: #C42408; }
span { border-color: rgb(196,36,8); }
td.TdClassName
{
border-color: #C42408;
}
.TagClassName
{
border-color: #C42408;
}
</style>