Html Css Color HEX #C52400 Harley Davidson Orange
📋 copy color: '#C52400'red 197 ◦ green 36 ◦ blue 0
Shades of Harley Davidson Orange #C52400
Tints of Harley Davidson Orange #C52400
RGB
CMYK
RGB Variations
Color information
#C52400 (or 0xC52400) is known color: Harley Davidson Orange. HEX triplet: C5, 24 and 00. RGB value is (197,36,0). Sum of RGB (Red+Green+Blue) = 197+36+0=233 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.55% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 197 - color contains mainly: red. Hex color #C52400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52400 is #3ADBFF. Grayscale: #505050. Windows color (decimal): -3857408 or 9413. OLE color: 9413.
HSL color Cylindrical-coordinate representation of color #C52400: hue angle of 10.96º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C52400 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.23 |
| HSL | 10.96º | 1% | 0.39% | - |
| HSV(B) | 10.96º | 1% | 0.77% | - |
| XYZ | 23.66 | 13.13 | 1.29 | - |
| YUV | 80.04 | 82.84 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 0 | 0 | 0.82 | 1 | 0.23 | 10.96 | 1 | 0.39 |
| Hex | C5 | 24 | 0 | 0 | 52 | 64 | 17 | B | 64 | 27 |
| Octal | 305 | 44 | 0 | 0 | 122 | 144 | 27 | 13 | 144 | 47 |
| Binary | 11000101 | 100100 | 0 | 0 | 1010010 | 1100100 | 10111 | 1011 | 1100100 | 100111 |
Color Harmonies of #C52400
Complementary color
Monochromatic Colors of #C52400
Black with #C52400
Text Example
Text Example
White with #C52400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52400; }
p { color: rgb(197,36,0); }
H1.HeaderClassName
{
color: #C52400;
}
.AnyTagClassName
{
color: #C52400;
}
</style>
background-color css
<style>
a { background-color: #C52400; }
a { background-color: rgb(197,36,0); }
div.DivClassName
{
background-color: #C52400;
}
.BgClassName
{
background-color: #C52400;
}
</style>
border-color css
<style>
span { border-color: #C52400; }
span { border-color: rgb(197,36,0); }
td.TdClassName
{
border-color: #C52400;
}
.TagClassName
{
border-color: #C52400;
}
</style>