Html Css Color HEX #C5210B Harley Davidson Orange
📋 copy color: '#C5210B'red 197 ◦ green 33 ◦ blue 11
Shades of Harley Davidson Orange #C5210B
Tints of Harley Davidson Orange #C5210B
RGB
CMYK
RGB Variations
Color information
#C5210B (or 0xC5210B) is known color: Harley Davidson Orange. HEX triplet: C5, 21 and 0B. RGB value is (197,33,11). Sum of RGB (Red+Green+Blue) = 197+33+11=241 (31% of max value = 765). Red value is 197 (77.34% from 255 or 81.74% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 197 - color contains mainly: red. Hex color #C5210B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5210B is #3ADEF4. Grayscale: #4F4F4F. Windows color (decimal): -3858165 or 729541. OLE color: 729541.
HSL color Cylindrical-coordinate representation of color #C5210B: hue angle of 7.1º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5210B is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 33 | 11 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.23 |
| HSL | 7.1º | 0.89% | 0.41% | - |
| HSV(B) | 7.1º | 0.94% | 0.77% | - |
| XYZ | 23.63 | 12.98 | 1.58 | - |
| YUV | 79.53 | 89.33 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 33 | 11 | 0 | 0.83 | 0.94 | 0.23 | 7.1 | 0.89 | 0.41 |
| Hex | C5 | 21 | B | 0 | 53 | 5E | 17 | 7 | 59 | 29 |
| Octal | 305 | 41 | 13 | 0 | 123 | 136 | 27 | 7 | 131 | 51 |
| Binary | 11000101 | 100001 | 1011 | 0 | 1010011 | 1011110 | 10111 | 111 | 1011001 | 101001 |
Color Harmonies of #C5210B
Complementary color
Monochromatic Colors of #C5210B
Black with #C5210B
Text Example
Text Example
White with #C5210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5210B; }
p { color: rgb(197,33,11); }
H1.HeaderClassName
{
color: #C5210B;
}
.AnyTagClassName
{
color: #C5210B;
}
</style>
background-color css
<style>
a { background-color: #C5210B; }
a { background-color: rgb(197,33,11); }
div.DivClassName
{
background-color: #C5210B;
}
.BgClassName
{
background-color: #C5210B;
}
</style>
border-color css
<style>
span { border-color: #C5210B; }
span { border-color: rgb(197,33,11); }
td.TdClassName
{
border-color: #C5210B;
}
.TagClassName
{
border-color: #C5210B;
}
</style>