Html Css Color HEX #C42A0F Harley Davidson Orange
📋 copy color: '#C42A0F'red 196 ◦ green 42 ◦ blue 15
Shades of Harley Davidson Orange #C42A0F
Tints of Harley Davidson Orange #C42A0F
RGB
CMYK
RGB Variations
Color information
#C42A0F (or 0xC42A0F) is known color: Harley Davidson Orange. HEX triplet: C4, 2A and 0F. RGB value is (196,42,15). Sum of RGB (Red+Green+Blue) = 196+42+15=253 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.47% from 253); Green value is 42 (16.80% from 255 or 16.60% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 196 - color contains mainly: red. Hex color #C42A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42A0F is #3BD5F0. Grayscale: #555555. Windows color (decimal): -3921393 or 993988. OLE color: 993988.
HSL color Cylindrical-coordinate representation of color #C42A0F: hue angle of 8.95º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C42A0F is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 42 | 15 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.23 |
| HSL | 8.95º | 0.86% | 0.41% | - |
| HSV(B) | 8.95º | 0.92% | 0.77% | - |
| XYZ | 23.68 | 13.43 | 1.8 | - |
| YUV | 84.97 | 88.52 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 42 | 15 | 0 | 0.79 | 0.92 | 0.23 | 8.95 | 0.86 | 0.41 |
| Hex | C4 | 2A | F | 0 | 4F | 5C | 17 | 9 | 56 | 29 |
| Octal | 304 | 52 | 17 | 0 | 117 | 134 | 27 | 11 | 126 | 51 |
| Binary | 11000100 | 101010 | 1111 | 0 | 1001111 | 1011100 | 10111 | 1001 | 1010110 | 101001 |
Color Harmonies of #C42A0F
Complementary color
Monochromatic Colors of #C42A0F
Black with #C42A0F
Text Example
Text Example
White with #C42A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42A0F; }
p { color: rgb(196,42,15); }
H1.HeaderClassName
{
color: #C42A0F;
}
.AnyTagClassName
{
color: #C42A0F;
}
</style>
background-color css
<style>
a { background-color: #C42A0F; }
a { background-color: rgb(196,42,15); }
div.DivClassName
{
background-color: #C42A0F;
}
.BgClassName
{
background-color: #C42A0F;
}
</style>
border-color css
<style>
span { border-color: #C42A0F; }
span { border-color: rgb(196,42,15); }
td.TdClassName
{
border-color: #C42A0F;
}
.TagClassName
{
border-color: #C42A0F;
}
</style>