Html Css Color HEX #C42312 Harley Davidson Orange
📋 copy color: '#C42312'red 196 ◦ green 35 ◦ blue 18
Shades of Harley Davidson Orange #C42312
Tints of Harley Davidson Orange #C42312
RGB
CMYK
RGB Variations
Color information
#C42312 (or 0xC42312) is known color: Harley Davidson Orange. HEX triplet: C4, 23 and 12. RGB value is (196,35,18). Sum of RGB (Red+Green+Blue) = 196+35+18=249 (32% of max value = 765). Red value is 196 (76.95% from 255 or 78.71% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 196 - color contains mainly: red. Hex color #C42312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42312 is #3BDCED. Grayscale: #515151. Windows color (decimal): -3923182 or 1188804. OLE color: 1188804.
HSL color Cylindrical-coordinate representation of color #C42312: hue angle of 5.73º 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 #C42312 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 35 | 18 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.23 |
| HSL | 5.73º | 0.83% | 0.42% | - |
| HSV(B) | 5.73º | 0.91% | 0.77% | - |
| XYZ | 23.48 | 12.98 | 1.84 | - |
| YUV | 81.2 | 92.34 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 35 | 18 | 0 | 0.82 | 0.91 | 0.23 | 5.73 | 0.83 | 0.42 |
| Hex | C4 | 23 | 12 | 0 | 52 | 5B | 17 | 6 | 53 | 2A |
| Octal | 304 | 43 | 22 | 0 | 122 | 133 | 27 | 6 | 123 | 52 |
| Binary | 11000100 | 100011 | 10010 | 0 | 1010010 | 1011011 | 10111 | 110 | 1010011 | 101010 |
Color Harmonies of #C42312
Complementary color
Monochromatic Colors of #C42312
Black with #C42312
Text Example
Text Example
White with #C42312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42312; }
p { color: rgb(196,35,18); }
H1.HeaderClassName
{
color: #C42312;
}
.AnyTagClassName
{
color: #C42312;
}
</style>
background-color css
<style>
a { background-color: #C42312; }
a { background-color: rgb(196,35,18); }
div.DivClassName
{
background-color: #C42312;
}
.BgClassName
{
background-color: #C42312;
}
</style>
border-color css
<style>
span { border-color: #C42312; }
span { border-color: rgb(196,35,18); }
td.TdClassName
{
border-color: #C42312;
}
.TagClassName
{
border-color: #C42312;
}
</style>