Html Css Color HEX #C32404 Harley Davidson Orange
📋 copy color: '#C32404'red 195 ◦ green 36 ◦ blue 4
Shades of Harley Davidson Orange #C32404
Tints of Harley Davidson Orange #C32404
RGB
CMYK
RGB Variations
Color information
#C32404 (or 0xC32404) is known color: Harley Davidson Orange. HEX triplet: C3, 24 and 04. RGB value is (195,36,4). Sum of RGB (Red+Green+Blue) = 195+36+4=235 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.98% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 195 - color contains mainly: red. Hex color #C32404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32404 is #3CDBFB. Grayscale: #505050. Windows color (decimal): -3988476 or 271555. OLE color: 271555.
HSL color Cylindrical-coordinate representation of color #C32404: hue angle of 10.05º 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 #C32404 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 36 | 4 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.24 |
| HSL | 10.05º | 0.96% | 0.39% | - |
| HSV(B) | 10.05º | 0.98% | 0.76% | - |
| XYZ | 23.16 | 12.87 | 1.38 | - |
| YUV | 79.89 | 85.18 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 36 | 4 | 0 | 0.82 | 0.98 | 0.24 | 10.05 | 0.96 | 0.39 |
| Hex | C3 | 24 | 4 | 0 | 52 | 62 | 18 | A | 60 | 27 |
| Octal | 303 | 44 | 4 | 0 | 122 | 142 | 30 | 12 | 140 | 47 |
| Binary | 11000011 | 100100 | 100 | 0 | 1010010 | 1100010 | 11000 | 1010 | 1100000 | 100111 |
Color Harmonies of #C32404
Complementary color
Monochromatic Colors of #C32404
Black with #C32404
Text Example
Text Example
White with #C32404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32404; }
p { color: rgb(195,36,4); }
H1.HeaderClassName
{
color: #C32404;
}
.AnyTagClassName
{
color: #C32404;
}
</style>
background-color css
<style>
a { background-color: #C32404; }
a { background-color: rgb(195,36,4); }
div.DivClassName
{
background-color: #C32404;
}
.BgClassName
{
background-color: #C32404;
}
</style>
border-color css
<style>
span { border-color: #C32404; }
span { border-color: rgb(195,36,4); }
td.TdClassName
{
border-color: #C32404;
}
.TagClassName
{
border-color: #C32404;
}
</style>