Html Css Color HEX #D22912 Harley Davidson Orange
📋 copy color: '#D22912'red 210 ◦ green 41 ◦ blue 18
Shades of Harley Davidson Orange #D22912
Tints of Harley Davidson Orange #D22912
RGB
CMYK
RGB Variations
Color information
#D22912 (or 0xD22912) is known color: Harley Davidson Orange. HEX triplet: D2, 29 and 12. RGB value is (210,41,18). Sum of RGB (Red+Green+Blue) = 210+41+18=269 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.07% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 210 - color contains mainly: red. Hex color #D22912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22912 is #2DD6ED. Grayscale: #595959. Windows color (decimal): -3004142 or 1190354. OLE color: 1190354.
HSL color Cylindrical-coordinate representation of color #D22912: hue angle of 7.19º degrees, saturation: 0.84, 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 #D22912 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 41 | 18 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.18 |
| HSL | 7.19º | 0.84% | 0.45% | - |
| HSV(B) | 7.19º | 0.91% | 0.82% | - |
| XYZ | 27.48 | 15.33 | 2.08 | - |
| YUV | 88.91 | 87.99 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 18 | 0 | 0.80 | 0.91 | 0.18 | 7.19 | 0.84 | 0.45 |
| Hex | D2 | 29 | 12 | 0 | 50 | 5B | 12 | 7 | 54 | 2D |
| Octal | 322 | 51 | 22 | 0 | 120 | 133 | 22 | 7 | 124 | 55 |
| Binary | 11010010 | 101001 | 10010 | 0 | 1010000 | 1011011 | 10010 | 111 | 1010100 | 101101 |
Color Harmonies of #D22912
Complementary color
Monochromatic Colors of #D22912
Black with #D22912
Text Example
Text Example
White with #D22912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22912; }
p { color: rgb(210,41,18); }
H1.HeaderClassName
{
color: #D22912;
}
.AnyTagClassName
{
color: #D22912;
}
</style>
background-color css
<style>
a { background-color: #D22912; }
a { background-color: rgb(210,41,18); }
div.DivClassName
{
background-color: #D22912;
}
.BgClassName
{
background-color: #D22912;
}
</style>
border-color css
<style>
span { border-color: #D22912; }
span { border-color: rgb(210,41,18); }
td.TdClassName
{
border-color: #D22912;
}
.TagClassName
{
border-color: #D22912;
}
</style>