Html Css Color HEX #C32509 Harley Davidson Orange
📋 copy color: '#C32509'red 195 ◦ green 37 ◦ blue 9
Shades of Harley Davidson Orange #C32509
Tints of Harley Davidson Orange #C32509
RGB
CMYK
RGB Variations
Color information
#C32509 (or 0xC32509) is known color: Harley Davidson Orange. HEX triplet: C3, 25 and 09. RGB value is (195,37,9). Sum of RGB (Red+Green+Blue) = 195+37+9=241 (31% of max value = 765). Red value is 195 (76.56% from 255 or 80.91% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 195 - color contains mainly: red. Hex color #C32509 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32509 is #3CDAF6. Grayscale: #515151. Windows color (decimal): -3988215 or 599491. OLE color: 599491.
HSL color Cylindrical-coordinate representation of color #C32509: hue angle of 9.03º 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 #C32509 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 37 | 9 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.24 |
| HSL | 9.03º | 0.91% | 0.4% | - |
| HSV(B) | 9.03º | 0.95% | 0.76% | - |
| XYZ | 23.22 | 12.94 | 1.53 | - |
| YUV | 81.05 | 87.35 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 37 | 9 | 0 | 0.81 | 0.95 | 0.24 | 9.03 | 0.91 | 0.4 |
| Hex | C3 | 25 | 9 | 0 | 51 | 5F | 18 | 9 | 5B | 28 |
| Octal | 303 | 45 | 11 | 0 | 121 | 137 | 30 | 11 | 133 | 50 |
| Binary | 11000011 | 100101 | 1001 | 0 | 1010001 | 1011111 | 11000 | 1001 | 1011011 | 101000 |
Color Harmonies of #C32509
Complementary color
Monochromatic Colors of #C32509
Black with #C32509
Text Example
Text Example
White with #C32509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32509; }
p { color: rgb(195,37,9); }
H1.HeaderClassName
{
color: #C32509;
}
.AnyTagClassName
{
color: #C32509;
}
</style>
background-color css
<style>
a { background-color: #C32509; }
a { background-color: rgb(195,37,9); }
div.DivClassName
{
background-color: #C32509;
}
.BgClassName
{
background-color: #C32509;
}
</style>
border-color css
<style>
span { border-color: #C32509; }
span { border-color: rgb(195,37,9); }
td.TdClassName
{
border-color: #C32509;
}
.TagClassName
{
border-color: #C32509;
}
</style>