Html Css Color HEX #C32112 Harley Davidson Orange
📋 copy color: '#C32112'red 195 ◦ green 33 ◦ blue 18
Shades of Harley Davidson Orange #C32112
Tints of Harley Davidson Orange #C32112
RGB
CMYK
RGB Variations
Color information
#C32112 (or 0xC32112) is known color: Harley Davidson Orange. HEX triplet: C3, 21 and 12. RGB value is (195,33,18). Sum of RGB (Red+Green+Blue) = 195+33+18=246 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.27% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 195 - color contains mainly: red. Hex color #C32112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32112 is #3CDEED. Grayscale: #4F4F4F. Windows color (decimal): -3989230 or 1188291. OLE color: 1188291.
HSL color Cylindrical-coordinate representation of color #C32112: hue angle of 5.08º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C32112 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 33 | 18 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.24 |
| HSL | 5.08º | 0.83% | 0.42% | - |
| HSV(B) | 5.08º | 0.91% | 0.76% | - |
| XYZ | 23.16 | 12.73 | 1.81 | - |
| YUV | 79.73 | 93.17 | 210.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 33 | 18 | 0 | 0.83 | 0.91 | 0.24 | 5.08 | 0.83 | 0.42 |
| Hex | C3 | 21 | 12 | 0 | 53 | 5B | 18 | 5 | 53 | 2A |
| Octal | 303 | 41 | 22 | 0 | 123 | 133 | 30 | 5 | 123 | 52 |
| Binary | 11000011 | 100001 | 10010 | 0 | 1010011 | 1011011 | 11000 | 101 | 1010011 | 101010 |
Color Harmonies of #C32112
Complementary color
Monochromatic Colors of #C32112
Black with #C32112
Text Example
Text Example
White with #C32112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32112; }
p { color: rgb(195,33,18); }
H1.HeaderClassName
{
color: #C32112;
}
.AnyTagClassName
{
color: #C32112;
}
</style>
background-color css
<style>
a { background-color: #C32112; }
a { background-color: rgb(195,33,18); }
div.DivClassName
{
background-color: #C32112;
}
.BgClassName
{
background-color: #C32112;
}
</style>
border-color css
<style>
span { border-color: #C32112; }
span { border-color: rgb(195,33,18); }
td.TdClassName
{
border-color: #C32112;
}
.TagClassName
{
border-color: #C32112;
}
</style>