Html Css Color HEX #C42A11 Harley Davidson Orange
📋 copy color: '#C42A11'red 196 ◦ green 42 ◦ blue 17
Shades of Harley Davidson Orange #C42A11
Tints of Harley Davidson Orange #C42A11
RGB
CMYK
RGB Variations
Color information
#C42A11 (or 0xC42A11) is known color: Harley Davidson Orange. HEX triplet: C4, 2A and 11. RGB value is (196,42,17). Sum of RGB (Red+Green+Blue) = 196+42+17=255 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.86% from 255); Green value is 42 (16.80% from 255 or 16.47% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 196 - color contains mainly: red. Hex color #C42A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42A11 is #3BD5EE. Grayscale: #555555. Windows color (decimal): -3921391 or 1125060. OLE color: 1125060.
HSL color Cylindrical-coordinate representation of color #C42A11: hue angle of 8.38º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C42A11 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 42 | 17 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.23 |
| HSL | 8.38º | 0.84% | 0.42% | - |
| HSV(B) | 8.38º | 0.91% | 0.77% | - |
| XYZ | 23.69 | 13.43 | 1.87 | - |
| YUV | 85.2 | 89.52 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 42 | 17 | 0 | 0.79 | 0.91 | 0.23 | 8.38 | 0.84 | 0.42 |
| Hex | C4 | 2A | 11 | 0 | 4F | 5B | 17 | 8 | 54 | 2A |
| Octal | 304 | 52 | 21 | 0 | 117 | 133 | 27 | 10 | 124 | 52 |
| Binary | 11000100 | 101010 | 10001 | 0 | 1001111 | 1011011 | 10111 | 1000 | 1010100 | 101010 |
Color Harmonies of #C42A11
Complementary color
Monochromatic Colors of #C42A11
Black with #C42A11
Text Example
Text Example
White with #C42A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42A11; }
p { color: rgb(196,42,17); }
H1.HeaderClassName
{
color: #C42A11;
}
.AnyTagClassName
{
color: #C42A11;
}
</style>
background-color css
<style>
a { background-color: #C42A11; }
a { background-color: rgb(196,42,17); }
div.DivClassName
{
background-color: #C42A11;
}
.BgClassName
{
background-color: #C42A11;
}
</style>
border-color css
<style>
span { border-color: #C42A11; }
span { border-color: rgb(196,42,17); }
td.TdClassName
{
border-color: #C42A11;
}
.TagClassName
{
border-color: #C42A11;
}
</style>