Html Css Color HEX #C42A1B Harley Davidson Orange
📋 copy color: '#C42A1B'red 196 ◦ green 42 ◦ blue 27
Shades of Harley Davidson Orange #C42A1B
Tints of Harley Davidson Orange #C42A1B
RGB
CMYK
RGB Variations
Color information
#C42A1B (or 0xC42A1B) is known color: Harley Davidson Orange. HEX triplet: C4, 2A and 1B. RGB value is (196,42,27). Sum of RGB (Red+Green+Blue) = 196+42+27=265 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.96% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 196 - color contains mainly: red. Hex color #C42A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42A1B is #3BD5E4. Grayscale: #565656. Windows color (decimal): -3921381 or 1780420. OLE color: 1780420.
HSL color Cylindrical-coordinate representation of color #C42A1B: hue angle of 5.33º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C42A1B is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 42 | 27 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.23 |
| HSL | 5.33º | 0.76% | 0.44% | - |
| HSV(B) | 5.33º | 0.86% | 0.77% | - |
| XYZ | 23.79 | 13.47 | 2.38 | - |
| YUV | 86.34 | 94.52 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 42 | 27 | 0 | 0.79 | 0.86 | 0.23 | 5.33 | 0.76 | 0.44 |
| Hex | C4 | 2A | 1B | 0 | 4F | 56 | 17 | 5 | 4C | 2C |
| Octal | 304 | 52 | 33 | 0 | 117 | 126 | 27 | 5 | 114 | 54 |
| Binary | 11000100 | 101010 | 11011 | 0 | 1001111 | 1010110 | 10111 | 101 | 1001100 | 101100 |
Color Harmonies of #C42A1B
Complementary color
Monochromatic Colors of #C42A1B
Black with #C42A1B
Text Example
Text Example
White with #C42A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42A1B; }
p { color: rgb(196,42,27); }
H1.HeaderClassName
{
color: #C42A1B;
}
.AnyTagClassName
{
color: #C42A1B;
}
</style>
background-color css
<style>
a { background-color: #C42A1B; }
a { background-color: rgb(196,42,27); }
div.DivClassName
{
background-color: #C42A1B;
}
.BgClassName
{
background-color: #C42A1B;
}
</style>
border-color css
<style>
span { border-color: #C42A1B; }
span { border-color: rgb(196,42,27); }
td.TdClassName
{
border-color: #C42A1B;
}
.TagClassName
{
border-color: #C42A1B;
}
</style>