Html Css Color HEX #C42A05 Harley Davidson Orange
📋 copy color: '#C42A05'red 196 ◦ green 42 ◦ blue 5
Shades of Harley Davidson Orange #C42A05
Tints of Harley Davidson Orange #C42A05
RGB
CMYK
RGB Variations
Color information
#C42A05 (or 0xC42A05) is known color: Harley Davidson Orange. HEX triplet: C4, 2A and 05. RGB value is (196,42,5). Sum of RGB (Red+Green+Blue) = 196+42+5=243 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.66% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 196 - color contains mainly: red. Hex color #C42A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42A05 is #3BD5FA. Grayscale: #545454. Windows color (decimal): -3921403 or 338628. OLE color: 338628.
HSL color Cylindrical-coordinate representation of color #C42A05: hue angle of 11.62º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C42A05 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 42 | 5 | - |
| CMYK | 0 | 0.79 | 0.97 | 0.23 |
| HSL | 11.62º | 0.95% | 0.39% | - |
| HSV(B) | 11.62º | 0.97% | 0.77% | - |
| XYZ | 23.62 | 13.4 | 1.49 | - |
| YUV | 83.83 | 83.52 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 42 | 5 | 0 | 0.79 | 0.97 | 0.23 | 11.62 | 0.95 | 0.39 |
| Hex | C4 | 2A | 5 | 0 | 4F | 61 | 17 | C | 5F | 27 |
| Octal | 304 | 52 | 5 | 0 | 117 | 141 | 27 | 14 | 137 | 47 |
| Binary | 11000100 | 101010 | 101 | 0 | 1001111 | 1100001 | 10111 | 1100 | 1011111 | 100111 |
Color Harmonies of #C42A05
Complementary color
Monochromatic Colors of #C42A05
Black with #C42A05
Text Example
Text Example
White with #C42A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42A05; }
p { color: rgb(196,42,5); }
H1.HeaderClassName
{
color: #C42A05;
}
.AnyTagClassName
{
color: #C42A05;
}
</style>
background-color css
<style>
a { background-color: #C42A05; }
a { background-color: rgb(196,42,5); }
div.DivClassName
{
background-color: #C42A05;
}
.BgClassName
{
background-color: #C42A05;
}
</style>
border-color css
<style>
span { border-color: #C42A05; }
span { border-color: rgb(196,42,5); }
td.TdClassName
{
border-color: #C42A05;
}
.TagClassName
{
border-color: #C42A05;
}
</style>