Html Css Color HEX #C5210D Harley Davidson Orange
📋 copy color: '#C5210D'red 197 ◦ green 33 ◦ blue 13
Shades of Harley Davidson Orange #C5210D
Tints of Harley Davidson Orange #C5210D
RGB
CMYK
RGB Variations
Color information
#C5210D (or 0xC5210D) is known color: Harley Davidson Orange. HEX triplet: C5, 21 and 0D. RGB value is (197,33,13). Sum of RGB (Red+Green+Blue) = 197+33+13=243 (32% of max value = 765). Red value is 197 (77.34% from 255 or 81.07% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 197 - color contains mainly: red. Hex color #C5210D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5210D is #3ADEF2. Grayscale: #505050. Windows color (decimal): -3858163 or 860613. OLE color: 860613.
HSL color Cylindrical-coordinate representation of color #C5210D: hue angle of 6.52º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5210D is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 33 | 13 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.23 |
| HSL | 6.52º | 0.88% | 0.41% | - |
| HSV(B) | 6.52º | 0.93% | 0.77% | - |
| XYZ | 23.64 | 12.99 | 1.64 | - |
| YUV | 79.76 | 90.33 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 33 | 13 | 0 | 0.83 | 0.93 | 0.23 | 6.52 | 0.88 | 0.41 |
| Hex | C5 | 21 | D | 0 | 53 | 5D | 17 | 7 | 58 | 29 |
| Octal | 305 | 41 | 15 | 0 | 123 | 135 | 27 | 7 | 130 | 51 |
| Binary | 11000101 | 100001 | 1101 | 0 | 1010011 | 1011101 | 10111 | 111 | 1011000 | 101001 |
Color Harmonies of #C5210D
Complementary color
Monochromatic Colors of #C5210D
Black with #C5210D
Text Example
Text Example
White with #C5210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5210D; }
p { color: rgb(197,33,13); }
H1.HeaderClassName
{
color: #C5210D;
}
.AnyTagClassName
{
color: #C5210D;
}
</style>
background-color css
<style>
a { background-color: #C5210D; }
a { background-color: rgb(197,33,13); }
div.DivClassName
{
background-color: #C5210D;
}
.BgClassName
{
background-color: #C5210D;
}
</style>
border-color css
<style>
span { border-color: #C5210D; }
span { border-color: rgb(197,33,13); }
td.TdClassName
{
border-color: #C5210D;
}
.TagClassName
{
border-color: #C5210D;
}
</style>