Html Css Color HEX #C52009 Harley Davidson Orange
📋 copy color: '#C52009'red 197 ◦ green 32 ◦ blue 9
Shades of Harley Davidson Orange #C52009
Tints of Harley Davidson Orange #C52009
RGB
CMYK
RGB Variations
Color information
#C52009 (or 0xC52009) is known color: Harley Davidson Orange. HEX triplet: C5, 20 and 09. RGB value is (197,32,9). Sum of RGB (Red+Green+Blue) = 197+32+9=238 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.77% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 9 (3.91% from 255 or 3.78% from 238); Max value from RGB is 197 - color contains mainly: red. Hex color #C52009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52009 is #3ADFF6. Grayscale: #4E4E4E. Windows color (decimal): -3858423 or 598213. OLE color: 598213.
HSL color Cylindrical-coordinate representation of color #C52009: hue angle of 7.34º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C52009 is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 9 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.23 |
| HSL | 7.34º | 0.91% | 0.4% | - |
| HSV(B) | 7.34º | 0.95% | 0.77% | - |
| XYZ | 23.59 | 12.92 | 1.51 | - |
| YUV | 78.71 | 88.66 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 9 | 0 | 0.84 | 0.95 | 0.23 | 7.34 | 0.91 | 0.4 |
| Hex | C5 | 20 | 9 | 0 | 54 | 5F | 17 | 7 | 5B | 28 |
| Octal | 305 | 40 | 11 | 0 | 124 | 137 | 27 | 7 | 133 | 50 |
| Binary | 11000101 | 100000 | 1001 | 0 | 1010100 | 1011111 | 10111 | 111 | 1011011 | 101000 |
Color Harmonies of #C52009
Complementary color
Monochromatic Colors of #C52009
Black with #C52009
Text Example
Text Example
White with #C52009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52009; }
p { color: rgb(197,32,9); }
H1.HeaderClassName
{
color: #C52009;
}
.AnyTagClassName
{
color: #C52009;
}
</style>
background-color css
<style>
a { background-color: #C52009; }
a { background-color: rgb(197,32,9); }
div.DivClassName
{
background-color: #C52009;
}
.BgClassName
{
background-color: #C52009;
}
</style>
border-color css
<style>
span { border-color: #C52009; }
span { border-color: rgb(197,32,9); }
td.TdClassName
{
border-color: #C52009;
}
.TagClassName
{
border-color: #C52009;
}
</style>