Html Css Color HEX #C42512 Harley Davidson Orange
📋 copy color: '#C42512'red 196 ◦ green 37 ◦ blue 18
Shades of Harley Davidson Orange #C42512
Tints of Harley Davidson Orange #C42512
RGB
CMYK
RGB Variations
Color information
#C42512 (or 0xC42512) is known color: Harley Davidson Orange. HEX triplet: C4, 25 and 12. RGB value is (196,37,18). Sum of RGB (Red+Green+Blue) = 196+37+18=251 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.09% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 196 - color contains mainly: red. Hex color #C42512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42512 is #3BDAED. Grayscale: #525252. Windows color (decimal): -3922670 or 1189316. OLE color: 1189316.
HSL color Cylindrical-coordinate representation of color #C42512: hue angle of 6.4º 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 #C42512 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 37 | 18 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.23 |
| HSL | 6.4º | 0.83% | 0.42% | - |
| HSV(B) | 6.4º | 0.91% | 0.77% | - |
| XYZ | 23.54 | 13.1 | 1.86 | - |
| YUV | 82.38 | 91.68 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 37 | 18 | 0 | 0.81 | 0.91 | 0.23 | 6.4 | 0.83 | 0.42 |
| Hex | C4 | 25 | 12 | 0 | 51 | 5B | 17 | 6 | 53 | 2A |
| Octal | 304 | 45 | 22 | 0 | 121 | 133 | 27 | 6 | 123 | 52 |
| Binary | 11000100 | 100101 | 10010 | 0 | 1010001 | 1011011 | 10111 | 110 | 1010011 | 101010 |
Color Harmonies of #C42512
Complementary color
Monochromatic Colors of #C42512
Black with #C42512
Text Example
Text Example
White with #C42512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42512; }
p { color: rgb(196,37,18); }
H1.HeaderClassName
{
color: #C42512;
}
.AnyTagClassName
{
color: #C42512;
}
</style>
background-color css
<style>
a { background-color: #C42512; }
a { background-color: rgb(196,37,18); }
div.DivClassName
{
background-color: #C42512;
}
.BgClassName
{
background-color: #C42512;
}
</style>
border-color css
<style>
span { border-color: #C42512; }
span { border-color: rgb(196,37,18); }
td.TdClassName
{
border-color: #C42512;
}
.TagClassName
{
border-color: #C42512;
}
</style>