Html Css Color HEX #C32808 Harley Davidson Orange
📋 copy color: '#C32808'red 195 ◦ green 40 ◦ blue 8
Shades of Harley Davidson Orange #C32808
Tints of Harley Davidson Orange #C32808
RGB
CMYK
RGB Variations
Color information
#C32808 (or 0xC32808) is known color: Harley Davidson Orange. HEX triplet: C3, 28 and 08. RGB value is (195,40,8). Sum of RGB (Red+Green+Blue) = 195+40+8=243 (32% of max value = 765). Red value is 195 (76.56% from 255 or 80.25% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 195 - color contains mainly: red. Hex color #C32808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32808 is #3CD7F7. Grayscale: #525252. Windows color (decimal): -3987448 or 534723. OLE color: 534723.
HSL color Cylindrical-coordinate representation of color #C32808: hue angle of 10.27º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C32808 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 40 | 8 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.24 |
| HSL | 10.27º | 0.92% | 0.4% | - |
| HSV(B) | 10.27º | 0.96% | 0.76% | - |
| XYZ | 23.31 | 13.14 | 1.54 | - |
| YUV | 82.7 | 85.85 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 40 | 8 | 0 | 0.79 | 0.96 | 0.24 | 10.27 | 0.92 | 0.4 |
| Hex | C3 | 28 | 8 | 0 | 4F | 60 | 18 | A | 5C | 28 |
| Octal | 303 | 50 | 10 | 0 | 117 | 140 | 30 | 12 | 134 | 50 |
| Binary | 11000011 | 101000 | 1000 | 0 | 1001111 | 1100000 | 11000 | 1010 | 1011100 | 101000 |
Color Harmonies of #C32808
Complementary color
Monochromatic Colors of #C32808
Black with #C32808
Text Example
Text Example
White with #C32808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32808; }
p { color: rgb(195,40,8); }
H1.HeaderClassName
{
color: #C32808;
}
.AnyTagClassName
{
color: #C32808;
}
</style>
background-color css
<style>
a { background-color: #C32808; }
a { background-color: rgb(195,40,8); }
div.DivClassName
{
background-color: #C32808;
}
.BgClassName
{
background-color: #C32808;
}
</style>
border-color css
<style>
span { border-color: #C32808; }
span { border-color: rgb(195,40,8); }
td.TdClassName
{
border-color: #C32808;
}
.TagClassName
{
border-color: #C32808;
}
</style>