Html Css Color HEX #D22A08 Harley Davidson Orange
📋 copy color: '#D22A08'red 210 ◦ green 42 ◦ blue 8
Shades of Harley Davidson Orange #D22A08
Tints of Harley Davidson Orange #D22A08
RGB
CMYK
RGB Variations
Color information
#D22A08 (or 0xD22A08) is known color: Harley Davidson Orange. HEX triplet: D2, 2A and 08. RGB value is (210,42,8). Sum of RGB (Red+Green+Blue) = 210+42+8=260 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.77% from 260); Green value is 42 (16.80% from 255 or 16.15% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 210 - color contains mainly: red. Hex color #D22A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22A08 is #2DD5F7. Grayscale: #585858. Windows color (decimal): -3003896 or 535250. OLE color: 535250.
HSL color Cylindrical-coordinate representation of color #D22A08: hue angle of 10.1º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D22A08 is Cyan = 0, Magento = 0.8, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 42 | 8 | - |
| CMYK | 0 | 0.8 | 0.96 | 0.18 |
| HSL | 10.1º | 0.93% | 0.43% | - |
| HSV(B) | 10.1º | 0.96% | 0.82% | - |
| XYZ | 27.45 | 15.38 | 1.75 | - |
| YUV | 88.36 | 82.66 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 42 | 8 | 0 | 0.8 | 0.96 | 0.18 | 10.1 | 0.93 | 0.43 |
| Hex | D2 | 2A | 8 | 0 | 50 | 60 | 12 | A | 5D | 2B |
| Octal | 322 | 52 | 10 | 0 | 120 | 140 | 22 | 12 | 135 | 53 |
| Binary | 11010010 | 101010 | 1000 | 0 | 1010000 | 1100000 | 10010 | 1010 | 1011101 | 101011 |
Color Harmonies of #D22A08
Complementary color
Monochromatic Colors of #D22A08
Black with #D22A08
Text Example
Text Example
White with #D22A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22A08; }
p { color: rgb(210,42,8); }
H1.HeaderClassName
{
color: #D22A08;
}
.AnyTagClassName
{
color: #D22A08;
}
</style>
background-color css
<style>
a { background-color: #D22A08; }
a { background-color: rgb(210,42,8); }
div.DivClassName
{
background-color: #D22A08;
}
.BgClassName
{
background-color: #D22A08;
}
</style>
border-color css
<style>
span { border-color: #D22A08; }
span { border-color: rgb(210,42,8); }
td.TdClassName
{
border-color: #D22A08;
}
.TagClassName
{
border-color: #D22A08;
}
</style>