Html Css Color HEX #C52209 Harley Davidson Orange
📋 copy color: '#C52209'red 197 ◦ green 34 ◦ blue 9
Shades of Harley Davidson Orange #C52209
Tints of Harley Davidson Orange #C52209
RGB
CMYK
RGB Variations
Color information
#C52209 (or 0xC52209) is known color: Harley Davidson Orange. HEX triplet: C5, 22 and 09. RGB value is (197,34,9). Sum of RGB (Red+Green+Blue) = 197+34+9=240 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.08% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 197 - color contains mainly: red. Hex color #C52209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52209 is #3ADDF6. Grayscale: #505050. Windows color (decimal): -3857911 or 598725. OLE color: 598725.
HSL color Cylindrical-coordinate representation of color #C52209: hue angle of 7.98º 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 #C52209 is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 34 | 9 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.23 |
| HSL | 7.98º | 0.91% | 0.4% | - |
| HSV(B) | 7.98º | 0.95% | 0.77% | - |
| XYZ | 23.65 | 13.03 | 1.53 | - |
| YUV | 79.89 | 88 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 34 | 9 | 0 | 0.83 | 0.95 | 0.23 | 7.98 | 0.91 | 0.4 |
| Hex | C5 | 22 | 9 | 0 | 53 | 5F | 17 | 8 | 5B | 28 |
| Octal | 305 | 42 | 11 | 0 | 123 | 137 | 27 | 10 | 133 | 50 |
| Binary | 11000101 | 100010 | 1001 | 0 | 1010011 | 1011111 | 10111 | 1000 | 1011011 | 101000 |
Color Harmonies of #C52209
Complementary color
Monochromatic Colors of #C52209
Black with #C52209
Text Example
Text Example
White with #C52209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52209; }
p { color: rgb(197,34,9); }
H1.HeaderClassName
{
color: #C52209;
}
.AnyTagClassName
{
color: #C52209;
}
</style>
background-color css
<style>
a { background-color: #C52209; }
a { background-color: rgb(197,34,9); }
div.DivClassName
{
background-color: #C52209;
}
.BgClassName
{
background-color: #C52209;
}
</style>
border-color css
<style>
span { border-color: #C52209; }
span { border-color: rgb(197,34,9); }
td.TdClassName
{
border-color: #C52209;
}
.TagClassName
{
border-color: #C52209;
}
</style>