Html Css Color HEX #C52102 Harley Davidson Orange
📋 copy color: '#C52102'red 197 ◦ green 33 ◦ blue 2
Shades of Harley Davidson Orange #C52102
Tints of Harley Davidson Orange #C52102
RGB
CMYK
RGB Variations
Color information
#C52102 (or 0xC52102) is known color: Harley Davidson Orange. HEX triplet: C5, 21 and 02. RGB value is (197,33,2). Sum of RGB (Red+Green+Blue) = 197+33+2=232 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.91% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 197 - color contains mainly: red. Hex color #C52102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52102 is #3ADEFD. Grayscale: #4E4E4E. Windows color (decimal): -3858174 or 139717. OLE color: 139717.
HSL color Cylindrical-coordinate representation of color #C52102: hue angle of 9.54º 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 #C52102 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 33 | 2 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.23 |
| HSL | 9.54º | 0.98% | 0.39% | - |
| HSV(B) | 9.54º | 0.99% | 0.77% | - |
| XYZ | 23.58 | 12.96 | 1.32 | - |
| YUV | 78.5 | 84.83 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 33 | 2 | 0 | 0.83 | 0.99 | 0.23 | 9.54 | 0.98 | 0.39 |
| Hex | C5 | 21 | 2 | 0 | 53 | 63 | 17 | A | 62 | 27 |
| Octal | 305 | 41 | 2 | 0 | 123 | 143 | 27 | 12 | 142 | 47 |
| Binary | 11000101 | 100001 | 10 | 0 | 1010011 | 1100011 | 10111 | 1010 | 1100010 | 100111 |
Color Harmonies of #C52102
Complementary color
Monochromatic Colors of #C52102
Black with #C52102
Text Example
Text Example
White with #C52102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52102; }
p { color: rgb(197,33,2); }
H1.HeaderClassName
{
color: #C52102;
}
.AnyTagClassName
{
color: #C52102;
}
</style>
background-color css
<style>
a { background-color: #C52102; }
a { background-color: rgb(197,33,2); }
div.DivClassName
{
background-color: #C52102;
}
.BgClassName
{
background-color: #C52102;
}
</style>
border-color css
<style>
span { border-color: #C52102; }
span { border-color: rgb(197,33,2); }
td.TdClassName
{
border-color: #C52102;
}
.TagClassName
{
border-color: #C52102;
}
</style>