Html Css Color HEX #C42412 Harley Davidson Orange
📋 copy color: '#C42412'red 196 ◦ green 36 ◦ blue 18
Shades of Harley Davidson Orange #C42412
Tints of Harley Davidson Orange #C42412
RGB
CMYK
RGB Variations
Color information
#C42412 (or 0xC42412) is known color: Harley Davidson Orange. HEX triplet: C4, 24 and 12. RGB value is (196,36,18). Sum of RGB (Red+Green+Blue) = 196+36+18=250 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.4% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 196 - color contains mainly: red. Hex color #C42412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42412 is #3BDBED. Grayscale: #525252. Windows color (decimal): -3922926 or 1189060. OLE color: 1189060.
HSL color Cylindrical-coordinate representation of color #C42412: hue angle of 6.07º degrees, saturation: 0.83, 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 #C42412 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 18 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.23 |
| HSL | 6.07º | 0.83% | 0.42% | - |
| HSV(B) | 6.07º | 0.91% | 0.77% | - |
| XYZ | 23.51 | 13.04 | 1.85 | - |
| YUV | 81.79 | 92.01 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 18 | 0 | 0.82 | 0.91 | 0.23 | 6.07 | 0.83 | 0.42 |
| Hex | C4 | 24 | 12 | 0 | 52 | 5B | 17 | 6 | 53 | 2A |
| Octal | 304 | 44 | 22 | 0 | 122 | 133 | 27 | 6 | 123 | 52 |
| Binary | 11000100 | 100100 | 10010 | 0 | 1010010 | 1011011 | 10111 | 110 | 1010011 | 101010 |
Color Harmonies of #C42412
Complementary color
Monochromatic Colors of #C42412
Black with #C42412
Text Example
Text Example
White with #C42412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42412; }
p { color: rgb(196,36,18); }
H1.HeaderClassName
{
color: #C42412;
}
.AnyTagClassName
{
color: #C42412;
}
</style>
background-color css
<style>
a { background-color: #C42412; }
a { background-color: rgb(196,36,18); }
div.DivClassName
{
background-color: #C42412;
}
.BgClassName
{
background-color: #C42412;
}
</style>
border-color css
<style>
span { border-color: #C42412; }
span { border-color: rgb(196,36,18); }
td.TdClassName
{
border-color: #C42412;
}
.TagClassName
{
border-color: #C42412;
}
</style>