Html Css Color HEX #C52E09 Harley Davidson Orange
📋 copy color: '#C52E09'red 197 ◦ green 46 ◦ blue 9
Shades of Harley Davidson Orange #C52E09
Tints of Harley Davidson Orange #C52E09
RGB
CMYK
RGB Variations
Color information
#C52E09 (or 0xC52E09) is known color: Harley Davidson Orange. HEX triplet: C5, 2E and 09. RGB value is (197,46,9). Sum of RGB (Red+Green+Blue) = 197+46+9=252 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.17% from 252); Green value is 46 (18.36% from 255 or 18.25% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 197 - color contains mainly: red. Hex color #C52E09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52E09 is #3AD1F6. Grayscale: #575757. Windows color (decimal): -3854839 or 601797. OLE color: 601797.
HSL color Cylindrical-coordinate representation of color #C52E09: hue angle of 11.81º 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 #C52E09 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 46 | 9 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.23 |
| HSL | 11.81º | 0.91% | 0.4% | - |
| HSV(B) | 11.81º | 0.95% | 0.77% | - |
| XYZ | 24.05 | 13.84 | 1.66 | - |
| YUV | 86.93 | 84.03 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 46 | 9 | 0 | 0.77 | 0.95 | 0.23 | 11.81 | 0.91 | 0.4 |
| Hex | C5 | 2E | 9 | 0 | 4D | 5F | 17 | C | 5B | 28 |
| Octal | 305 | 56 | 11 | 0 | 115 | 137 | 27 | 14 | 133 | 50 |
| Binary | 11000101 | 101110 | 1001 | 0 | 1001101 | 1011111 | 10111 | 1100 | 1011011 | 101000 |
Color Harmonies of #C52E09
Complementary color
Monochromatic Colors of #C52E09
Black with #C52E09
Text Example
Text Example
White with #C52E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52E09; }
p { color: rgb(197,46,9); }
H1.HeaderClassName
{
color: #C52E09;
}
.AnyTagClassName
{
color: #C52E09;
}
</style>
background-color css
<style>
a { background-color: #C52E09; }
a { background-color: rgb(197,46,9); }
div.DivClassName
{
background-color: #C52E09;
}
.BgClassName
{
background-color: #C52E09;
}
</style>
border-color css
<style>
span { border-color: #C52E09; }
span { border-color: rgb(197,46,9); }
td.TdClassName
{
border-color: #C52E09;
}
.TagClassName
{
border-color: #C52E09;
}
</style>