Html Css Color HEX #C52909 Harley Davidson Orange
📋 copy color: '#C52909'red 197 ◦ green 41 ◦ blue 9
Shades of Harley Davidson Orange #C52909
Tints of Harley Davidson Orange #C52909
RGB
CMYK
RGB Variations
Color information
#C52909 (or 0xC52909) is known color: Harley Davidson Orange. HEX triplet: C5, 29 and 09. RGB value is (197,41,9). Sum of RGB (Red+Green+Blue) = 197+41+9=247 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.76% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 197 - color contains mainly: red. Hex color #C52909 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52909 is #3AD6F6. Grayscale: #545454. Windows color (decimal): -3856119 or 600517. OLE color: 600517.
HSL color Cylindrical-coordinate representation of color #C52909: hue angle of 10.21º 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 #C52909 is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 41 | 9 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.23 |
| HSL | 10.21º | 0.91% | 0.4% | - |
| HSV(B) | 10.21º | 0.95% | 0.77% | - |
| XYZ | 23.87 | 13.48 | 1.6 | - |
| YUV | 84 | 85.68 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 41 | 9 | 0 | 0.79 | 0.95 | 0.23 | 10.21 | 0.91 | 0.4 |
| Hex | C5 | 29 | 9 | 0 | 4F | 5F | 17 | A | 5B | 28 |
| Octal | 305 | 51 | 11 | 0 | 117 | 137 | 27 | 12 | 133 | 50 |
| Binary | 11000101 | 101001 | 1001 | 0 | 1001111 | 1011111 | 10111 | 1010 | 1011011 | 101000 |
Color Harmonies of #C52909
Complementary color
Monochromatic Colors of #C52909
Black with #C52909
Text Example
Text Example
White with #C52909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52909; }
p { color: rgb(197,41,9); }
H1.HeaderClassName
{
color: #C52909;
}
.AnyTagClassName
{
color: #C52909;
}
</style>
background-color css
<style>
a { background-color: #C52909; }
a { background-color: rgb(197,41,9); }
div.DivClassName
{
background-color: #C52909;
}
.BgClassName
{
background-color: #C52909;
}
</style>
border-color css
<style>
span { border-color: #C52909; }
span { border-color: rgb(197,41,9); }
td.TdClassName
{
border-color: #C52909;
}
.TagClassName
{
border-color: #C52909;
}
</style>