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