Html Css Color HEX #C41E08 Harley Davidson Orange
📋 copy color: '#C41E08'red 196 ◦ green 30 ◦ blue 8
Shades of Harley Davidson Orange #C41E08
Tints of Harley Davidson Orange #C41E08
RGB
CMYK
RGB Variations
Color information
#C41E08 (or 0xC41E08) is known color: Harley Davidson Orange. HEX triplet: C4, 1E and 08. RGB value is (196,30,8). Sum of RGB (Red+Green+Blue) = 196+30+8=234 (30% of max value = 765). Red value is 196 (76.95% from 255 or 83.76% from 234); Green value is 30 (12.11% from 255 or 12.82% from 234); Blue value is 8 (3.52% from 255 or 3.42% from 234); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C41E08 is #3BE1F7. Grayscale: #4D4D4D. Windows color (decimal): -3924472 or 532164. OLE color: 532164.
HSL color Cylindrical-coordinate representation of color #C41E08: hue angle of 7.02º 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 #C41E08 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 30 | 8 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.23 |
| HSL | 7.02º | 0.92% | 0.4% | - |
| HSV(B) | 7.02º | 0.96% | 0.77% | - |
| XYZ | 23.27 | 12.68 | 1.45 | - |
| YUV | 77.13 | 89 | 212.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 8 | 0 | 0.85 | 0.96 | 0.23 | 7.02 | 0.92 | 0.4 |
| Hex | C4 | 1E | 8 | 0 | 55 | 60 | 17 | 7 | 5C | 28 |
| Octal | 304 | 36 | 10 | 0 | 125 | 140 | 27 | 7 | 134 | 50 |
| Binary | 11000100 | 11110 | 1000 | 0 | 1010101 | 1100000 | 10111 | 111 | 1011100 | 101000 |
Color Harmonies of #C41E08
Complementary color
Monochromatic Colors of #C41E08
Black with #C41E08
Text Example
Text Example
White with #C41E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41E08; }
p { color: rgb(196,30,8); }
H1.HeaderClassName
{
color: #C41E08;
}
.AnyTagClassName
{
color: #C41E08;
}
</style>
background-color css
<style>
a { background-color: #C41E08; }
a { background-color: rgb(196,30,8); }
div.DivClassName
{
background-color: #C41E08;
}
.BgClassName
{
background-color: #C41E08;
}
</style>
border-color css
<style>
span { border-color: #C41E08; }
span { border-color: rgb(196,30,8); }
td.TdClassName
{
border-color: #C41E08;
}
.TagClassName
{
border-color: #C41E08;
}
</style>