Html Css Color HEX #C53409 Harley Davidson Orange
📋 copy color: '#C53409'red 197 ◦ green 52 ◦ blue 9
Shades of Harley Davidson Orange #C53409
Tints of Harley Davidson Orange #C53409
RGB
CMYK
RGB Variations
Color information
#C53409 (or 0xC53409) is known color: Harley Davidson Orange. HEX triplet: C5, 34 and 09. RGB value is (197,52,9). Sum of RGB (Red+Green+Blue) = 197+52+9=258 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.36% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 9 (3.91% from 255 or 3.49% from 258); Max value from RGB is 197 - color contains mainly: red. Hex color #C53409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53409 is #3ACBF6. Grayscale: #5A5A5A. Windows color (decimal): -3853303 or 603333. OLE color: 603333.
HSL color Cylindrical-coordinate representation of color #C53409: hue angle of 13.72º 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 #C53409 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 9 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.23 |
| HSL | 13.72º | 0.91% | 0.4% | - |
| HSV(B) | 13.72º | 0.95% | 0.77% | - |
| XYZ | 24.3 | 14.35 | 1.75 | - |
| YUV | 90.45 | 82.04 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 9 | 0 | 0.74 | 0.95 | 0.23 | 13.72 | 0.91 | 0.4 |
| Hex | C5 | 34 | 9 | 0 | 4A | 5F | 17 | E | 5B | 28 |
| Octal | 305 | 64 | 11 | 0 | 112 | 137 | 27 | 16 | 133 | 50 |
| Binary | 11000101 | 110100 | 1001 | 0 | 1001010 | 1011111 | 10111 | 1110 | 1011011 | 101000 |
Color Harmonies of #C53409
Complementary color
Monochromatic Colors of #C53409
Black with #C53409
Text Example
Text Example
White with #C53409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53409; }
p { color: rgb(197,52,9); }
H1.HeaderClassName
{
color: #C53409;
}
.AnyTagClassName
{
color: #C53409;
}
</style>
background-color css
<style>
a { background-color: #C53409; }
a { background-color: rgb(197,52,9); }
div.DivClassName
{
background-color: #C53409;
}
.BgClassName
{
background-color: #C53409;
}
</style>
border-color css
<style>
span { border-color: #C53409; }
span { border-color: rgb(197,52,9); }
td.TdClassName
{
border-color: #C53409;
}
.TagClassName
{
border-color: #C53409;
}
</style>