Html Css Color HEX #C32804 Harley Davidson Orange
📋 copy color: '#C32804'red 195 ◦ green 40 ◦ blue 4
Shades of Harley Davidson Orange #C32804
Tints of Harley Davidson Orange #C32804
RGB
CMYK
RGB Variations
Color information
#C32804 (or 0xC32804) is known color: Harley Davidson Orange. HEX triplet: C3, 28 and 04. RGB value is (195,40,4). Sum of RGB (Red+Green+Blue) = 195+40+4=239 (31% of max value = 765). Red value is 195 (76.56% from 255 or 81.59% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 195 - color contains mainly: red. Hex color #C32804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32804 is #3CD7FB. Grayscale: #525252. Windows color (decimal): -3987452 or 272579. OLE color: 272579.
HSL color Cylindrical-coordinate representation of color #C32804: hue angle of 11.31º 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 #C32804 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 40 | 4 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.24 |
| HSL | 11.31º | 0.96% | 0.39% | - |
| HSV(B) | 11.31º | 0.98% | 0.76% | - |
| XYZ | 23.29 | 13.13 | 1.42 | - |
| YUV | 82.24 | 83.85 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 40 | 4 | 0 | 0.79 | 0.98 | 0.24 | 11.31 | 0.96 | 0.39 |
| Hex | C3 | 28 | 4 | 0 | 4F | 62 | 18 | B | 60 | 27 |
| Octal | 303 | 50 | 4 | 0 | 117 | 142 | 30 | 13 | 140 | 47 |
| Binary | 11000011 | 101000 | 100 | 0 | 1001111 | 1100010 | 11000 | 1011 | 1100000 | 100111 |
Color Harmonies of #C32804
Complementary color
Monochromatic Colors of #C32804
Black with #C32804
Text Example
Text Example
White with #C32804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32804; }
p { color: rgb(195,40,4); }
H1.HeaderClassName
{
color: #C32804;
}
.AnyTagClassName
{
color: #C32804;
}
</style>
background-color css
<style>
a { background-color: #C32804; }
a { background-color: rgb(195,40,4); }
div.DivClassName
{
background-color: #C32804;
}
.BgClassName
{
background-color: #C32804;
}
</style>
border-color css
<style>
span { border-color: #C32804; }
span { border-color: rgb(195,40,4); }
td.TdClassName
{
border-color: #C32804;
}
.TagClassName
{
border-color: #C32804;
}
</style>