Html Css Color HEX #C32A00 Harley Davidson Orange
📋 copy color: '#C32A00'red 195 ◦ green 42 ◦ blue 0
Shades of Harley Davidson Orange #C32A00
Tints of Harley Davidson Orange #C32A00
RGB
CMYK
RGB Variations
Color information
#C32A00 (or 0xC32A00) is known color: Harley Davidson Orange. HEX triplet: C3, 2A and 00. RGB value is (195,42,0). Sum of RGB (Red+Green+Blue) = 195+42+0=237 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.28% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32A00 is #3CD5FF. Grayscale: #535353. Windows color (decimal): -3986944 or 10947. OLE color: 10947.
HSL color Cylindrical-coordinate representation of color #C32A00: hue angle of 12.92º 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 #C32A00 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 42 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.24 |
| HSL | 12.92º | 1% | 0.38% | - |
| HSV(B) | 12.92º | 1% | 0.76% | - |
| XYZ | 23.33 | 13.26 | 1.33 | - |
| YUV | 82.96 | 81.19 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 42 | 0 | 0 | 0.78 | 1 | 0.24 | 12.92 | 1 | 0.38 |
| Hex | C3 | 2A | 0 | 0 | 4E | 64 | 18 | D | 64 | 26 |
| Octal | 303 | 52 | 0 | 0 | 116 | 144 | 30 | 15 | 144 | 46 |
| Binary | 11000011 | 101010 | 0 | 0 | 1001110 | 1100100 | 11000 | 1101 | 1100100 | 100110 |
Color Harmonies of #C32A00
Complementary color
Monochromatic Colors of #C32A00
Black with #C32A00
Text Example
Text Example
White with #C32A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32A00; }
p { color: rgb(195,42,0); }
H1.HeaderClassName
{
color: #C32A00;
}
.AnyTagClassName
{
color: #C32A00;
}
</style>
background-color css
<style>
a { background-color: #C32A00; }
a { background-color: rgb(195,42,0); }
div.DivClassName
{
background-color: #C32A00;
}
.BgClassName
{
background-color: #C32A00;
}
</style>
border-color css
<style>
span { border-color: #C32A00; }
span { border-color: rgb(195,42,0); }
td.TdClassName
{
border-color: #C32A00;
}
.TagClassName
{
border-color: #C32A00;
}
</style>