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