Html Css Color HEX #D22813 Harley Davidson Orange
📋 copy color: '#D22813'red 210 ◦ green 40 ◦ blue 19
Shades of Harley Davidson Orange #D22813
Tints of Harley Davidson Orange #D22813
RGB
CMYK
RGB Variations
Color information
#D22813 (or 0xD22813) is known color: Harley Davidson Orange. HEX triplet: D2, 28 and 13. RGB value is (210,40,19). Sum of RGB (Red+Green+Blue) = 210+40+19=269 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.07% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 210 - color contains mainly: red. Hex color #D22813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22813 is #2DD7EC. Grayscale: #585858. Windows color (decimal): -3004397 or 1255634. OLE color: 1255634.
HSL color Cylindrical-coordinate representation of color #D22813: hue angle of 6.6º 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 #D22813 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 40 | 19 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.18 |
| HSL | 6.6º | 0.83% | 0.45% | - |
| HSV(B) | 6.6º | 0.91% | 0.82% | - |
| XYZ | 27.45 | 15.27 | 2.12 | - |
| YUV | 88.44 | 88.82 | 214.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 40 | 19 | 0 | 0.81 | 0.91 | 0.18 | 6.6 | 0.83 | 0.45 |
| Hex | D2 | 28 | 13 | 0 | 51 | 5B | 12 | 7 | 53 | 2D |
| Octal | 322 | 50 | 23 | 0 | 121 | 133 | 22 | 7 | 123 | 55 |
| Binary | 11010010 | 101000 | 10011 | 0 | 1010001 | 1011011 | 10010 | 111 | 1010011 | 101101 |
Color Harmonies of #D22813
Complementary color
Monochromatic Colors of #D22813
Black with #D22813
Text Example
Text Example
White with #D22813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22813; }
p { color: rgb(210,40,19); }
H1.HeaderClassName
{
color: #D22813;
}
.AnyTagClassName
{
color: #D22813;
}
</style>
background-color css
<style>
a { background-color: #D22813; }
a { background-color: rgb(210,40,19); }
div.DivClassName
{
background-color: #D22813;
}
.BgClassName
{
background-color: #D22813;
}
</style>
border-color css
<style>
span { border-color: #D22813; }
span { border-color: rgb(210,40,19); }
td.TdClassName
{
border-color: #D22813;
}
.TagClassName
{
border-color: #D22813;
}
</style>