Html Css Color HEX #D22513 Harley Davidson Orange
📋 copy color: '#D22513'red 210 ◦ green 37 ◦ blue 19
Shades of Harley Davidson Orange #D22513
Tints of Harley Davidson Orange #D22513
RGB
CMYK
RGB Variations
Color information
#D22513 (or 0xD22513) is known color: Harley Davidson Orange. HEX triplet: D2, 25 and 13. RGB value is (210,37,19). Sum of RGB (Red+Green+Blue) = 210+37+19=266 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.95% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 210 - color contains mainly: red. Hex color #D22513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22513 is #2DDAEC. Grayscale: #565656. Windows color (decimal): -3005165 or 1254866. OLE color: 1254866.
HSL color Cylindrical-coordinate representation of color #D22513: hue angle of 5.65º 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 #D22513 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 37 | 19 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.18 |
| HSL | 5.65º | 0.83% | 0.45% | - |
| HSV(B) | 5.65º | 0.91% | 0.82% | - |
| XYZ | 27.36 | 15.07 | 2.08 | - |
| YUV | 86.68 | 89.81 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 37 | 19 | 0 | 0.82 | 0.91 | 0.18 | 5.65 | 0.83 | 0.45 |
| Hex | D2 | 25 | 13 | 0 | 52 | 5B | 12 | 6 | 53 | 2D |
| Octal | 322 | 45 | 23 | 0 | 122 | 133 | 22 | 6 | 123 | 55 |
| Binary | 11010010 | 100101 | 10011 | 0 | 1010010 | 1011011 | 10010 | 110 | 1010011 | 101101 |
Color Harmonies of #D22513
Complementary color
Monochromatic Colors of #D22513
Black with #D22513
Text Example
Text Example
White with #D22513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22513; }
p { color: rgb(210,37,19); }
H1.HeaderClassName
{
color: #D22513;
}
.AnyTagClassName
{
color: #D22513;
}
</style>
background-color css
<style>
a { background-color: #D22513; }
a { background-color: rgb(210,37,19); }
div.DivClassName
{
background-color: #D22513;
}
.BgClassName
{
background-color: #D22513;
}
</style>
border-color css
<style>
span { border-color: #D22513; }
span { border-color: rgb(210,37,19); }
td.TdClassName
{
border-color: #D22513;
}
.TagClassName
{
border-color: #D22513;
}
</style>