Html Css Color HEX #C5210A Harley Davidson Orange
📋 copy color: '#C5210A'red 197 ◦ green 33 ◦ blue 10
Shades of Harley Davidson Orange #C5210A
Tints of Harley Davidson Orange #C5210A
RGB
CMYK
RGB Variations
Color information
#C5210A (or 0xC5210A) is known color: Harley Davidson Orange. HEX triplet: C5, 21 and 0A. RGB value is (197,33,10). Sum of RGB (Red+Green+Blue) = 197+33+10=240 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.08% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 10 (4.30% from 255 or 4.17% from 240); Max value from RGB is 197 - color contains mainly: red. Hex color #C5210A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5210A is #3ADEF5. Grayscale: #4F4F4F. Windows color (decimal): -3858166 or 664005. OLE color: 664005.
HSL color Cylindrical-coordinate representation of color #C5210A: hue angle of 7.38º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5210A is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 33 | 10 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.23 |
| HSL | 7.38º | 0.9% | 0.41% | - |
| HSV(B) | 7.38º | 0.95% | 0.77% | - |
| XYZ | 23.62 | 12.98 | 1.55 | - |
| YUV | 79.41 | 88.83 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 33 | 10 | 0 | 0.83 | 0.95 | 0.23 | 7.38 | 0.9 | 0.41 |
| Hex | C5 | 21 | A | 0 | 53 | 5F | 17 | 7 | 5A | 29 |
| Octal | 305 | 41 | 12 | 0 | 123 | 137 | 27 | 7 | 132 | 51 |
| Binary | 11000101 | 100001 | 1010 | 0 | 1010011 | 1011111 | 10111 | 111 | 1011010 | 101001 |
Color Harmonies of #C5210A
Complementary color
Monochromatic Colors of #C5210A
Black with #C5210A
Text Example
Text Example
White with #C5210A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5210A; }
p { color: rgb(197,33,10); }
H1.HeaderClassName
{
color: #C5210A;
}
.AnyTagClassName
{
color: #C5210A;
}
</style>
background-color css
<style>
a { background-color: #C5210A; }
a { background-color: rgb(197,33,10); }
div.DivClassName
{
background-color: #C5210A;
}
.BgClassName
{
background-color: #C5210A;
}
</style>
border-color css
<style>
span { border-color: #C5210A; }
span { border-color: rgb(197,33,10); }
td.TdClassName
{
border-color: #C5210A;
}
.TagClassName
{
border-color: #C5210A;
}
</style>