Html Css Color HEX #C32208 Harley Davidson Orange
📋 copy color: '#C32208'red 195 ◦ green 34 ◦ blue 8
Shades of Harley Davidson Orange #C32208
Tints of Harley Davidson Orange #C32208
RGB
CMYK
RGB Variations
Color information
#C32208 (or 0xC32208) is known color: Harley Davidson Orange. HEX triplet: C3, 22 and 08. RGB value is (195,34,8). Sum of RGB (Red+Green+Blue) = 195+34+8=237 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.28% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 195 - color contains mainly: red. Hex color #C32208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32208 is #3CDDF7. Grayscale: #4F4F4F. Windows color (decimal): -3988984 or 533187. OLE color: 533187.
HSL color Cylindrical-coordinate representation of color #C32208: hue angle of 8.34º 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 #C32208 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 34 | 8 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.24 |
| HSL | 8.34º | 0.92% | 0.4% | - |
| HSV(B) | 8.34º | 0.96% | 0.76% | - |
| XYZ | 23.12 | 12.76 | 1.47 | - |
| YUV | 79.18 | 87.84 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 34 | 8 | 0 | 0.83 | 0.96 | 0.24 | 8.34 | 0.92 | 0.4 |
| Hex | C3 | 22 | 8 | 0 | 53 | 60 | 18 | 8 | 5C | 28 |
| Octal | 303 | 42 | 10 | 0 | 123 | 140 | 30 | 10 | 134 | 50 |
| Binary | 11000011 | 100010 | 1000 | 0 | 1010011 | 1100000 | 11000 | 1000 | 1011100 | 101000 |
Color Harmonies of #C32208
Complementary color
Monochromatic Colors of #C32208
Black with #C32208
Text Example
Text Example
White with #C32208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32208; }
p { color: rgb(195,34,8); }
H1.HeaderClassName
{
color: #C32208;
}
.AnyTagClassName
{
color: #C32208;
}
</style>
background-color css
<style>
a { background-color: #C32208; }
a { background-color: rgb(195,34,8); }
div.DivClassName
{
background-color: #C32208;
}
.BgClassName
{
background-color: #C32208;
}
</style>
border-color css
<style>
span { border-color: #C32208; }
span { border-color: rgb(195,34,8); }
td.TdClassName
{
border-color: #C32208;
}
.TagClassName
{
border-color: #C32208;
}
</style>