Html Css Color HEX #D22113 Harley Davidson Orange
📋 copy color: '#D22113'red 210 ◦ green 33 ◦ blue 19
Shades of Harley Davidson Orange #D22113
Tints of Harley Davidson Orange #D22113
RGB
CMYK
RGB Variations
Color information
#D22113 (or 0xD22113) is known color: Harley Davidson Orange. HEX triplet: D2, 21 and 13. RGB value is (210,33,19). Sum of RGB (Red+Green+Blue) = 210+33+19=262 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.15% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 210 - color contains mainly: red. Hex color #D22113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22113 is #2DDEEC. Grayscale: #545454. Windows color (decimal): -3006189 or 1253842. OLE color: 1253842.
HSL color Cylindrical-coordinate representation of color #D22113: hue angle of 4.4º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D22113 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 33 | 19 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.18 |
| HSL | 4.4º | 0.83% | 0.45% | - |
| HSV(B) | 4.4º | 0.91% | 0.82% | - |
| XYZ | 27.24 | 14.84 | 2.04 | - |
| YUV | 84.33 | 91.14 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 19 | 0 | 0.84 | 0.91 | 0.18 | 4.4 | 0.83 | 0.45 |
| Hex | D2 | 21 | 13 | 0 | 54 | 5B | 12 | 4 | 53 | 2D |
| Octal | 322 | 41 | 23 | 0 | 124 | 133 | 22 | 4 | 123 | 55 |
| Binary | 11010010 | 100001 | 10011 | 0 | 1010100 | 1011011 | 10010 | 100 | 1010011 | 101101 |
Color Harmonies of #D22113
Complementary color
Monochromatic Colors of #D22113
Black with #D22113
Text Example
Text Example
White with #D22113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22113; }
p { color: rgb(210,33,19); }
H1.HeaderClassName
{
color: #D22113;
}
.AnyTagClassName
{
color: #D22113;
}
</style>
background-color css
<style>
a { background-color: #D22113; }
a { background-color: rgb(210,33,19); }
div.DivClassName
{
background-color: #D22113;
}
.BgClassName
{
background-color: #D22113;
}
</style>
border-color css
<style>
span { border-color: #D22113; }
span { border-color: rgb(210,33,19); }
td.TdClassName
{
border-color: #D22113;
}
.TagClassName
{
border-color: #D22113;
}
</style>