Html Css Color HEX #C32C0C Harley Davidson Orange
📋 copy color: '#C32C0C'red 195 ◦ green 44 ◦ blue 12
Shades of Harley Davidson Orange #C32C0C
Tints of Harley Davidson Orange #C32C0C
RGB
CMYK
RGB Variations
Color information
#C32C0C (or 0xC32C0C) is known color: Harley Davidson Orange. HEX triplet: C3, 2C and 0C. RGB value is (195,44,12). Sum of RGB (Red+Green+Blue) = 195+44+12=251 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.69% from 251); Green value is 44 (17.58% from 255 or 17.53% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32C0C is #3CD3F3. Grayscale: #555555. Windows color (decimal): -3986420 or 797891. OLE color: 797891.
HSL color Cylindrical-coordinate representation of color #C32C0C: hue angle of 10.49º 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 #C32C0C is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 44 | 12 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.24 |
| HSL | 10.49º | 0.88% | 0.41% | - |
| HSV(B) | 10.49º | 0.94% | 0.76% | - |
| XYZ | 23.47 | 13.43 | 1.7 | - |
| YUV | 85.5 | 86.53 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 44 | 12 | 0 | 0.77 | 0.94 | 0.24 | 10.49 | 0.88 | 0.41 |
| Hex | C3 | 2C | C | 0 | 4D | 5E | 18 | A | 58 | 29 |
| Octal | 303 | 54 | 14 | 0 | 115 | 136 | 30 | 12 | 130 | 51 |
| Binary | 11000011 | 101100 | 1100 | 0 | 1001101 | 1011110 | 11000 | 1010 | 1011000 | 101001 |
Color Harmonies of #C32C0C
Complementary color
Monochromatic Colors of #C32C0C
Black with #C32C0C
Text Example
Text Example
White with #C32C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32C0C; }
p { color: rgb(195,44,12); }
H1.HeaderClassName
{
color: #C32C0C;
}
.AnyTagClassName
{
color: #C32C0C;
}
</style>
background-color css
<style>
a { background-color: #C32C0C; }
a { background-color: rgb(195,44,12); }
div.DivClassName
{
background-color: #C32C0C;
}
.BgClassName
{
background-color: #C32C0C;
}
</style>
border-color css
<style>
span { border-color: #C32C0C; }
span { border-color: rgb(195,44,12); }
td.TdClassName
{
border-color: #C32C0C;
}
.TagClassName
{
border-color: #C32C0C;
}
</style>