Html Css Color HEX #C52402 Harley Davidson Orange
📋 copy color: '#C52402'red 197 ◦ green 36 ◦ blue 2
Shades of Harley Davidson Orange #C52402
Tints of Harley Davidson Orange #C52402
RGB
CMYK
RGB Variations
Color information
#C52402 (or 0xC52402) is known color: Harley Davidson Orange. HEX triplet: C5, 24 and 02. RGB value is (197,36,2). Sum of RGB (Red+Green+Blue) = 197+36+2=235 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.83% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 197 - color contains mainly: red. Hex color #C52402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52402 is #3ADBFD. Grayscale: #505050. Windows color (decimal): -3857406 or 140485. OLE color: 140485.
HSL color Cylindrical-coordinate representation of color #C52402: hue angle of 10.46º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C52402 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.23 |
| HSL | 10.46º | 0.98% | 0.39% | - |
| HSV(B) | 10.46º | 0.99% | 0.77% | - |
| XYZ | 23.67 | 13.14 | 1.35 | - |
| YUV | 80.26 | 83.84 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 2 | 0 | 0.82 | 0.99 | 0.23 | 10.46 | 0.98 | 0.39 |
| Hex | C5 | 24 | 2 | 0 | 52 | 63 | 17 | A | 62 | 27 |
| Octal | 305 | 44 | 2 | 0 | 122 | 143 | 27 | 12 | 142 | 47 |
| Binary | 11000101 | 100100 | 10 | 0 | 1010010 | 1100011 | 10111 | 1010 | 1100010 | 100111 |
Color Harmonies of #C52402
Complementary color
Monochromatic Colors of #C52402
Black with #C52402
Text Example
Text Example
White with #C52402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52402; }
p { color: rgb(197,36,2); }
H1.HeaderClassName
{
color: #C52402;
}
.AnyTagClassName
{
color: #C52402;
}
</style>
background-color css
<style>
a { background-color: #C52402; }
a { background-color: rgb(197,36,2); }
div.DivClassName
{
background-color: #C52402;
}
.BgClassName
{
background-color: #C52402;
}
</style>
border-color css
<style>
span { border-color: #C52402; }
span { border-color: rgb(197,36,2); }
td.TdClassName
{
border-color: #C52402;
}
.TagClassName
{
border-color: #C52402;
}
</style>