Html Css Color HEX #D22D00 Harley Davidson Orange
📋 copy color: '#D22D00'red 210 ◦ green 45 ◦ blue 0
Shades of Harley Davidson Orange #D22D00
Tints of Harley Davidson Orange #D22D00
RGB
CMYK
RGB Variations
Color information
#D22D00 (or 0xD22D00) is known color: Harley Davidson Orange. HEX triplet: D2, 2D and 00. RGB value is (210,45,0). Sum of RGB (Red+Green+Blue) = 210+45+0=255 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.35% from 255); Green value is 45 (17.97% from 255 or 17.65% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 210 - color contains mainly: red. Hex color #D22D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22D00 is #2DD2FF. Grayscale: #595959. Windows color (decimal): -3003136 or 11730. OLE color: 11730.
HSL color Cylindrical-coordinate representation of color #D22D00: hue angle of 12.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D22D00 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 45 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.18 |
| HSL | 12.86º | 1% | 0.41% | - |
| HSV(B) | 12.86º | 1% | 0.82% | - |
| XYZ | 27.52 | 15.58 | 1.56 | - |
| YUV | 89.21 | 77.66 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 45 | 0 | 0 | 0.79 | 1 | 0.18 | 12.86 | 1 | 0.41 |
| Hex | D2 | 2D | 0 | 0 | 4F | 64 | 12 | D | 64 | 29 |
| Octal | 322 | 55 | 0 | 0 | 117 | 144 | 22 | 15 | 144 | 51 |
| Binary | 11010010 | 101101 | 0 | 0 | 1001111 | 1100100 | 10010 | 1101 | 1100100 | 101001 |
Color Harmonies of #D22D00
Complementary color
Monochromatic Colors of #D22D00
Black with #D22D00
Text Example
Text Example
White with #D22D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22D00; }
p { color: rgb(210,45,0); }
H1.HeaderClassName
{
color: #D22D00;
}
.AnyTagClassName
{
color: #D22D00;
}
</style>
background-color css
<style>
a { background-color: #D22D00; }
a { background-color: rgb(210,45,0); }
div.DivClassName
{
background-color: #D22D00;
}
.BgClassName
{
background-color: #D22D00;
}
</style>
border-color css
<style>
span { border-color: #D22D00; }
span { border-color: rgb(210,45,0); }
td.TdClassName
{
border-color: #D22D00;
}
.TagClassName
{
border-color: #D22D00;
}
</style>