Html Css Color HEX #D22F00 Harley Davidson Orange
📋 copy color: '#D22F00'red 210 ◦ green 47 ◦ blue 0
Shades of Harley Davidson Orange #D22F00
Tints of Harley Davidson Orange #D22F00
RGB
CMYK
RGB Variations
Color information
#D22F00 (or 0xD22F00) is known color: Harley Davidson Orange. HEX triplet: D2, 2F and 00. RGB value is (210,47,0). Sum of RGB (Red+Green+Blue) = 210+47+0=257 (34% of max value = 765). Red value is 210 (82.42% from 255 or 81.71% from 257); Green value is 47 (18.75% from 255 or 18.29% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 210 - color contains mainly: red. Hex color #D22F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22F00 is #2DD0FF. Grayscale: #5A5A5A. Windows color (decimal): -3002624 or 12242. OLE color: 12242.
HSL color Cylindrical-coordinate representation of color #D22F00: hue angle of 13.43º 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 #D22F00 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 47 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.18 |
| HSL | 13.43º | 1% | 0.41% | - |
| HSV(B) | 13.43º | 1% | 0.82% | - |
| XYZ | 27.59 | 15.73 | 1.58 | - |
| YUV | 90.38 | 77 | 213.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 47 | 0 | 0 | 0.78 | 1 | 0.18 | 13.43 | 1 | 0.41 |
| Hex | D2 | 2F | 0 | 0 | 4E | 64 | 12 | D | 64 | 29 |
| Octal | 322 | 57 | 0 | 0 | 116 | 144 | 22 | 15 | 144 | 51 |
| Binary | 11010010 | 101111 | 0 | 0 | 1001110 | 1100100 | 10010 | 1101 | 1100100 | 101001 |
Color Harmonies of #D22F00
Complementary color
Monochromatic Colors of #D22F00
Black with #D22F00
Text Example
Text Example
White with #D22F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22F00; }
p { color: rgb(210,47,0); }
H1.HeaderClassName
{
color: #D22F00;
}
.AnyTagClassName
{
color: #D22F00;
}
</style>
background-color css
<style>
a { background-color: #D22F00; }
a { background-color: rgb(210,47,0); }
div.DivClassName
{
background-color: #D22F00;
}
.BgClassName
{
background-color: #D22F00;
}
</style>
border-color css
<style>
span { border-color: #D22F00; }
span { border-color: rgb(210,47,0); }
td.TdClassName
{
border-color: #D22F00;
}
.TagClassName
{
border-color: #D22F00;
}
</style>