Html Css Color HEX #C52302 Harley Davidson Orange
📋 copy color: '#C52302'red 197 ◦ green 35 ◦ blue 2
Shades of Harley Davidson Orange #C52302
Tints of Harley Davidson Orange #C52302
RGB
CMYK
RGB Variations
Color information
#C52302 (or 0xC52302) is known color: Harley Davidson Orange. HEX triplet: C5, 23 and 02. RGB value is (197,35,2). Sum of RGB (Red+Green+Blue) = 197+35+2=234 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.19% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 197 - color contains mainly: red. Hex color #C52302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52302 is #3ADCFD. Grayscale: #4F4F4F. Windows color (decimal): -3857662 or 140229. OLE color: 140229.
HSL color Cylindrical-coordinate representation of color #C52302: hue angle of 10.15º 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 #C52302 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.23 |
| HSL | 10.15º | 0.98% | 0.39% | - |
| HSV(B) | 10.15º | 0.99% | 0.77% | - |
| XYZ | 23.64 | 13.08 | 1.34 | - |
| YUV | 79.68 | 84.17 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 2 | 0 | 0.82 | 0.99 | 0.23 | 10.15 | 0.98 | 0.39 |
| Hex | C5 | 23 | 2 | 0 | 52 | 63 | 17 | A | 62 | 27 |
| Octal | 305 | 43 | 2 | 0 | 122 | 143 | 27 | 12 | 142 | 47 |
| Binary | 11000101 | 100011 | 10 | 0 | 1010010 | 1100011 | 10111 | 1010 | 1100010 | 100111 |
Color Harmonies of #C52302
Complementary color
Monochromatic Colors of #C52302
Black with #C52302
Text Example
Text Example
White with #C52302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52302; }
p { color: rgb(197,35,2); }
H1.HeaderClassName
{
color: #C52302;
}
.AnyTagClassName
{
color: #C52302;
}
</style>
background-color css
<style>
a { background-color: #C52302; }
a { background-color: rgb(197,35,2); }
div.DivClassName
{
background-color: #C52302;
}
.BgClassName
{
background-color: #C52302;
}
</style>
border-color css
<style>
span { border-color: #C52302; }
span { border-color: rgb(197,35,2); }
td.TdClassName
{
border-color: #C52302;
}
.TagClassName
{
border-color: #C52302;
}
</style>