Html Css Color HEX #D22913 Harley Davidson Orange
📋 copy color: '#D22913'red 210 ◦ green 41 ◦ blue 19
Shades of Harley Davidson Orange #D22913
Tints of Harley Davidson Orange #D22913
RGB
CMYK
RGB Variations
Color information
#D22913 (or 0xD22913) is known color: Harley Davidson Orange. HEX triplet: D2, 29 and 13. RGB value is (210,41,19). Sum of RGB (Red+Green+Blue) = 210+41+19=270 (35% of max value = 765). Red value is 210 (82.42% from 255 or 77.78% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 210 - color contains mainly: red. Hex color #D22913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22913 is #2DD6EC. Grayscale: #595959. Windows color (decimal): -3004141 or 1255890. OLE color: 1255890.
HSL color Cylindrical-coordinate representation of color #D22913: hue angle of 6.91º 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 #D22913 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 41 | 19 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.18 |
| HSL | 6.91º | 0.83% | 0.45% | - |
| HSV(B) | 6.91º | 0.91% | 0.82% | - |
| XYZ | 27.49 | 15.33 | 2.13 | - |
| YUV | 89.02 | 88.49 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 19 | 0 | 0.80 | 0.91 | 0.18 | 6.91 | 0.83 | 0.45 |
| Hex | D2 | 29 | 13 | 0 | 50 | 5B | 12 | 7 | 53 | 2D |
| Octal | 322 | 51 | 23 | 0 | 120 | 133 | 22 | 7 | 123 | 55 |
| Binary | 11010010 | 101001 | 10011 | 0 | 1010000 | 1011011 | 10010 | 111 | 1010011 | 101101 |
Color Harmonies of #D22913
Complementary color
Monochromatic Colors of #D22913
Black with #D22913
Text Example
Text Example
White with #D22913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22913; }
p { color: rgb(210,41,19); }
H1.HeaderClassName
{
color: #D22913;
}
.AnyTagClassName
{
color: #D22913;
}
</style>
background-color css
<style>
a { background-color: #D22913; }
a { background-color: rgb(210,41,19); }
div.DivClassName
{
background-color: #D22913;
}
.BgClassName
{
background-color: #D22913;
}
</style>
border-color css
<style>
span { border-color: #D22913; }
span { border-color: rgb(210,41,19); }
td.TdClassName
{
border-color: #D22913;
}
.TagClassName
{
border-color: #D22913;
}
</style>