Html Css Color HEX #C32009 Harley Davidson Orange
📋 copy color: '#C32009'red 195 ◦ green 32 ◦ blue 9
Shades of Harley Davidson Orange #C32009
Tints of Harley Davidson Orange #C32009
RGB
CMYK
RGB Variations
Color information
#C32009 (or 0xC32009) is known color: Harley Davidson Orange. HEX triplet: C3, 20 and 09. RGB value is (195,32,9). Sum of RGB (Red+Green+Blue) = 195+32+9=236 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.63% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 9 (3.91% from 255 or 3.81% from 236); Max value from RGB is 195 - color contains mainly: red. Hex color #C32009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32009 is #3CDFF6. Grayscale: #4E4E4E. Windows color (decimal): -3989495 or 598211. OLE color: 598211.
HSL color Cylindrical-coordinate representation of color #C32009: hue angle of 7.42º 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 #C32009 is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 9 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.24 |
| HSL | 7.42º | 0.91% | 0.4% | - |
| HSV(B) | 7.42º | 0.95% | 0.76% | - |
| XYZ | 23.07 | 12.65 | 1.49 | - |
| YUV | 78.12 | 89 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 9 | 0 | 0.84 | 0.95 | 0.24 | 7.42 | 0.91 | 0.4 |
| Hex | C3 | 20 | 9 | 0 | 54 | 5F | 18 | 7 | 5B | 28 |
| Octal | 303 | 40 | 11 | 0 | 124 | 137 | 30 | 7 | 133 | 50 |
| Binary | 11000011 | 100000 | 1001 | 0 | 1010100 | 1011111 | 11000 | 111 | 1011011 | 101000 |
Color Harmonies of #C32009
Complementary color
Monochromatic Colors of #C32009
Black with #C32009
Text Example
Text Example
White with #C32009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32009; }
p { color: rgb(195,32,9); }
H1.HeaderClassName
{
color: #C32009;
}
.AnyTagClassName
{
color: #C32009;
}
</style>
background-color css
<style>
a { background-color: #C32009; }
a { background-color: rgb(195,32,9); }
div.DivClassName
{
background-color: #C32009;
}
.BgClassName
{
background-color: #C32009;
}
</style>
border-color css
<style>
span { border-color: #C32009; }
span { border-color: rgb(195,32,9); }
td.TdClassName
{
border-color: #C32009;
}
.TagClassName
{
border-color: #C32009;
}
</style>