Html Css Color HEX #C32A04 Harley Davidson Orange
📋 copy color: '#C32A04'red 195 ◦ green 42 ◦ blue 4
Shades of Harley Davidson Orange #C32A04
Tints of Harley Davidson Orange #C32A04
RGB
CMYK
RGB Variations
Color information
#C32A04 (or 0xC32A04) is known color: Harley Davidson Orange. HEX triplet: C3, 2A and 04. RGB value is (195,42,4). Sum of RGB (Red+Green+Blue) = 195+42+4=241 (31% of max value = 765). Red value is 195 (76.56% from 255 or 80.91% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32A04 is #3CD5FB. Grayscale: #535353. Windows color (decimal): -3986940 or 273091. OLE color: 273091.
HSL color Cylindrical-coordinate representation of color #C32A04: hue angle of 11.94º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C32A04 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 42 | 4 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.24 |
| HSL | 11.94º | 0.96% | 0.39% | - |
| HSV(B) | 11.94º | 0.98% | 0.76% | - |
| XYZ | 23.36 | 13.27 | 1.44 | - |
| YUV | 83.42 | 83.19 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 42 | 4 | 0 | 0.78 | 0.98 | 0.24 | 11.94 | 0.96 | 0.39 |
| Hex | C3 | 2A | 4 | 0 | 4E | 62 | 18 | C | 60 | 27 |
| Octal | 303 | 52 | 4 | 0 | 116 | 142 | 30 | 14 | 140 | 47 |
| Binary | 11000011 | 101010 | 100 | 0 | 1001110 | 1100010 | 11000 | 1100 | 1100000 | 100111 |
Color Harmonies of #C32A04
Complementary color
Monochromatic Colors of #C32A04
Black with #C32A04
Text Example
Text Example
White with #C32A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32A04; }
p { color: rgb(195,42,4); }
H1.HeaderClassName
{
color: #C32A04;
}
.AnyTagClassName
{
color: #C32A04;
}
</style>
background-color css
<style>
a { background-color: #C32A04; }
a { background-color: rgb(195,42,4); }
div.DivClassName
{
background-color: #C32A04;
}
.BgClassName
{
background-color: #C32A04;
}
</style>
border-color css
<style>
span { border-color: #C32A04; }
span { border-color: rgb(195,42,4); }
td.TdClassName
{
border-color: #C32A04;
}
.TagClassName
{
border-color: #C32A04;
}
</style>