Html Css Color HEX #C32A08 Harley Davidson Orange
📋 copy color: '#C32A08'red 195 ◦ green 42 ◦ blue 8
Shades of Harley Davidson Orange #C32A08
Tints of Harley Davidson Orange #C32A08
RGB
CMYK
RGB Variations
Color information
#C32A08 (or 0xC32A08) is known color: Harley Davidson Orange. HEX triplet: C3, 2A and 08. RGB value is (195,42,8). Sum of RGB (Red+Green+Blue) = 195+42+8=245 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.59% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32A08 is #3CD5F7. Grayscale: #545454. Windows color (decimal): -3986936 or 535235. OLE color: 535235.
HSL color Cylindrical-coordinate representation of color #C32A08: hue angle of 10.91º 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 #C32A08 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 42 | 8 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.24 |
| HSL | 10.91º | 0.92% | 0.4% | - |
| HSV(B) | 10.91º | 0.96% | 0.76% | - |
| XYZ | 23.38 | 13.28 | 1.56 | - |
| YUV | 83.87 | 85.19 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 42 | 8 | 0 | 0.78 | 0.96 | 0.24 | 10.91 | 0.92 | 0.4 |
| Hex | C3 | 2A | 8 | 0 | 4E | 60 | 18 | B | 5C | 28 |
| Octal | 303 | 52 | 10 | 0 | 116 | 140 | 30 | 13 | 134 | 50 |
| Binary | 11000011 | 101010 | 1000 | 0 | 1001110 | 1100000 | 11000 | 1011 | 1011100 | 101000 |
Color Harmonies of #C32A08
Complementary color
Monochromatic Colors of #C32A08
Black with #C32A08
Text Example
Text Example
White with #C32A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32A08; }
p { color: rgb(195,42,8); }
H1.HeaderClassName
{
color: #C32A08;
}
.AnyTagClassName
{
color: #C32A08;
}
</style>
background-color css
<style>
a { background-color: #C32A08; }
a { background-color: rgb(195,42,8); }
div.DivClassName
{
background-color: #C32A08;
}
.BgClassName
{
background-color: #C32A08;
}
</style>
border-color css
<style>
span { border-color: #C32A08; }
span { border-color: rgb(195,42,8); }
td.TdClassName
{
border-color: #C32A08;
}
.TagClassName
{
border-color: #C32A08;
}
</style>