Html Css Color HEX #C32C00 Harley Davidson Orange
📋 copy color: '#C32C00'red 195 ◦ green 44 ◦ blue 0
Shades of Harley Davidson Orange #C32C00
Tints of Harley Davidson Orange #C32C00
RGB
CMYK
RGB Variations
Color information
#C32C00 (or 0xC32C00) is known color: Harley Davidson Orange. HEX triplet: C3, 2C and 00. RGB value is (195,44,0). Sum of RGB (Red+Green+Blue) = 195+44+0=239 (31% of max value = 765). Red value is 195 (76.56% from 255 or 81.59% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32C00 is #3CD3FF. Grayscale: #545454. Windows color (decimal): -3986432 or 11459. OLE color: 11459.
HSL color Cylindrical-coordinate representation of color #C32C00: hue angle of 13.54º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C32C00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 44 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.24 |
| HSL | 13.54º | 1% | 0.38% | - |
| HSV(B) | 13.54º | 1% | 0.76% | - |
| XYZ | 23.41 | 13.4 | 1.35 | - |
| YUV | 84.13 | 80.53 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 44 | 0 | 0 | 0.77 | 1 | 0.24 | 13.54 | 1 | 0.38 |
| Hex | C3 | 2C | 0 | 0 | 4D | 64 | 18 | E | 64 | 26 |
| Octal | 303 | 54 | 0 | 0 | 115 | 144 | 30 | 16 | 144 | 46 |
| Binary | 11000011 | 101100 | 0 | 0 | 1001101 | 1100100 | 11000 | 1110 | 1100100 | 100110 |
Color Harmonies of #C32C00
Complementary color
Monochromatic Colors of #C32C00
Black with #C32C00
Text Example
Text Example
White with #C32C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32C00; }
p { color: rgb(195,44,0); }
H1.HeaderClassName
{
color: #C32C00;
}
.AnyTagClassName
{
color: #C32C00;
}
</style>
background-color css
<style>
a { background-color: #C32C00; }
a { background-color: rgb(195,44,0); }
div.DivClassName
{
background-color: #C32C00;
}
.BgClassName
{
background-color: #C32C00;
}
</style>
border-color css
<style>
span { border-color: #C32C00; }
span { border-color: rgb(195,44,0); }
td.TdClassName
{
border-color: #C32C00;
}
.TagClassName
{
border-color: #C32C00;
}
</style>