Html Css Color HEX #C32D0C Harley Davidson Orange
📋 copy color: '#C32D0C'red 195 ◦ green 45 ◦ blue 12
Shades of Harley Davidson Orange #C32D0C
Tints of Harley Davidson Orange #C32D0C
RGB
CMYK
RGB Variations
Color information
#C32D0C (or 0xC32D0C) is known color: Harley Davidson Orange. HEX triplet: C3, 2D and 0C. RGB value is (195,45,12). Sum of RGB (Red+Green+Blue) = 195+45+12=252 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.38% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 195 - color contains mainly: red. Hex color #C32D0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32D0C is #3CD2F3. Grayscale: #565656. Windows color (decimal): -3986164 or 798147. OLE color: 798147.
HSL color Cylindrical-coordinate representation of color #C32D0C: hue angle of 10.82º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C32D0C is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 45 | 12 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.24 |
| HSL | 10.82º | 0.88% | 0.41% | - |
| HSV(B) | 10.82º | 0.94% | 0.76% | - |
| XYZ | 23.51 | 13.51 | 1.72 | - |
| YUV | 86.09 | 86.2 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 45 | 12 | 0 | 0.77 | 0.94 | 0.24 | 10.82 | 0.88 | 0.41 |
| Hex | C3 | 2D | C | 0 | 4D | 5E | 18 | B | 58 | 29 |
| Octal | 303 | 55 | 14 | 0 | 115 | 136 | 30 | 13 | 130 | 51 |
| Binary | 11000011 | 101101 | 1100 | 0 | 1001101 | 1011110 | 11000 | 1011 | 1011000 | 101001 |
Color Harmonies of #C32D0C
Complementary color
Monochromatic Colors of #C32D0C
Black with #C32D0C
Text Example
Text Example
White with #C32D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32D0C; }
p { color: rgb(195,45,12); }
H1.HeaderClassName
{
color: #C32D0C;
}
.AnyTagClassName
{
color: #C32D0C;
}
</style>
background-color css
<style>
a { background-color: #C32D0C; }
a { background-color: rgb(195,45,12); }
div.DivClassName
{
background-color: #C32D0C;
}
.BgClassName
{
background-color: #C32D0C;
}
</style>
border-color css
<style>
span { border-color: #C32D0C; }
span { border-color: rgb(195,45,12); }
td.TdClassName
{
border-color: #C32D0C;
}
.TagClassName
{
border-color: #C32D0C;
}
</style>