Html Css Color HEX #C32809 Harley Davidson Orange
📋 copy color: '#C32809'red 195 ◦ green 40 ◦ blue 9
Shades of Harley Davidson Orange #C32809
Tints of Harley Davidson Orange #C32809
RGB
CMYK
RGB Variations
Color information
#C32809 (or 0xC32809) is known color: Harley Davidson Orange. HEX triplet: C3, 28 and 09. RGB value is (195,40,9). Sum of RGB (Red+Green+Blue) = 195+40+9=244 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.92% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 9 (3.91% from 255 or 3.69% from 244); Max value from RGB is 195 - color contains mainly: red. Hex color #C32809 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32809 is #3CD7F6. Grayscale: #535353. Windows color (decimal): -3987447 or 600259. OLE color: 600259.
HSL color Cylindrical-coordinate representation of color #C32809: hue angle of 10º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C32809 is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 40 | 9 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.24 |
| HSL | 10º | 0.91% | 0.4% | - |
| HSV(B) | 10º | 0.95% | 0.76% | - |
| XYZ | 23.31 | 13.14 | 1.57 | - |
| YUV | 82.81 | 86.35 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 40 | 9 | 0 | 0.79 | 0.95 | 0.24 | 10 | 0.91 | 0.4 |
| Hex | C3 | 28 | 9 | 0 | 4F | 5F | 18 | A | 5B | 28 |
| Octal | 303 | 50 | 11 | 0 | 117 | 137 | 30 | 12 | 133 | 50 |
| Binary | 11000011 | 101000 | 1001 | 0 | 1001111 | 1011111 | 11000 | 1010 | 1011011 | 101000 |
Color Harmonies of #C32809
Complementary color
Monochromatic Colors of #C32809
Black with #C32809
Text Example
Text Example
White with #C32809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32809; }
p { color: rgb(195,40,9); }
H1.HeaderClassName
{
color: #C32809;
}
.AnyTagClassName
{
color: #C32809;
}
</style>
background-color css
<style>
a { background-color: #C32809; }
a { background-color: rgb(195,40,9); }
div.DivClassName
{
background-color: #C32809;
}
.BgClassName
{
background-color: #C32809;
}
</style>
border-color css
<style>
span { border-color: #C32809; }
span { border-color: rgb(195,40,9); }
td.TdClassName
{
border-color: #C32809;
}
.TagClassName
{
border-color: #C32809;
}
</style>