Html Css Color HEX #C32909 Harley Davidson Orange
📋 copy color: '#C32909'red 195 ◦ green 41 ◦ blue 9
Shades of Harley Davidson Orange #C32909
Tints of Harley Davidson Orange #C32909
RGB
CMYK
RGB Variations
Color information
#C32909 (or 0xC32909) is known color: Harley Davidson Orange. HEX triplet: C3, 29 and 09. RGB value is (195,41,9). Sum of RGB (Red+Green+Blue) = 195+41+9=245 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.59% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 195 - color contains mainly: red. Hex color #C32909 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32909 is #3CD6F6. Grayscale: #535353. Windows color (decimal): -3987191 or 600515. OLE color: 600515.
HSL color Cylindrical-coordinate representation of color #C32909: hue angle of 10.32º 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 #C32909 is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 41 | 9 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.24 |
| HSL | 10.32º | 0.91% | 0.4% | - |
| HSV(B) | 10.32º | 0.95% | 0.76% | - |
| XYZ | 23.35 | 13.21 | 1.58 | - |
| YUV | 83.4 | 86.02 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 41 | 9 | 0 | 0.79 | 0.95 | 0.24 | 10.32 | 0.91 | 0.4 |
| Hex | C3 | 29 | 9 | 0 | 4F | 5F | 18 | A | 5B | 28 |
| Octal | 303 | 51 | 11 | 0 | 117 | 137 | 30 | 12 | 133 | 50 |
| Binary | 11000011 | 101001 | 1001 | 0 | 1001111 | 1011111 | 11000 | 1010 | 1011011 | 101000 |
Color Harmonies of #C32909
Complementary color
Monochromatic Colors of #C32909
Black with #C32909
Text Example
Text Example
White with #C32909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32909; }
p { color: rgb(195,41,9); }
H1.HeaderClassName
{
color: #C32909;
}
.AnyTagClassName
{
color: #C32909;
}
</style>
background-color css
<style>
a { background-color: #C32909; }
a { background-color: rgb(195,41,9); }
div.DivClassName
{
background-color: #C32909;
}
.BgClassName
{
background-color: #C32909;
}
</style>
border-color css
<style>
span { border-color: #C32909; }
span { border-color: rgb(195,41,9); }
td.TdClassName
{
border-color: #C32909;
}
.TagClassName
{
border-color: #C32909;
}
</style>