Html Css Color HEX #D22304 Harley Davidson Orange
📋 copy color: '#D22304'red 210 ◦ green 35 ◦ blue 4
Shades of Harley Davidson Orange #D22304
Tints of Harley Davidson Orange #D22304
RGB
CMYK
RGB Variations
Color information
#D22304 (or 0xD22304) is known color: Harley Davidson Orange. HEX triplet: D2, 23 and 04. RGB value is (210,35,4). Sum of RGB (Red+Green+Blue) = 210+35+4=249 (32% of max value = 765). Red value is 210 (82.42% from 255 or 84.34% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 210 - color contains mainly: red. Hex color #D22304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22304 is #2DDCFB. Grayscale: #545454. Windows color (decimal): -3005692 or 271314. OLE color: 271314.
HSL color Cylindrical-coordinate representation of color #D22304: hue angle of 9.03º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D22304 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 35 | 4 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.18 |
| HSL | 9.03º | 0.96% | 0.42% | - |
| HSV(B) | 9.03º | 0.98% | 0.82% | - |
| XYZ | 27.2 | 14.91 | 1.56 | - |
| YUV | 83.79 | 82.98 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 35 | 4 | 0 | 0.83 | 0.98 | 0.18 | 9.03 | 0.96 | 0.42 |
| Hex | D2 | 23 | 4 | 0 | 53 | 62 | 12 | 9 | 60 | 2A |
| Octal | 322 | 43 | 4 | 0 | 123 | 142 | 22 | 11 | 140 | 52 |
| Binary | 11010010 | 100011 | 100 | 0 | 1010011 | 1100010 | 10010 | 1001 | 1100000 | 101010 |
Color Harmonies of #D22304
Complementary color
Monochromatic Colors of #D22304
Black with #D22304
Text Example
Text Example
White with #D22304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22304; }
p { color: rgb(210,35,4); }
H1.HeaderClassName
{
color: #D22304;
}
.AnyTagClassName
{
color: #D22304;
}
</style>
background-color css
<style>
a { background-color: #D22304; }
a { background-color: rgb(210,35,4); }
div.DivClassName
{
background-color: #D22304;
}
.BgClassName
{
background-color: #D22304;
}
</style>
border-color css
<style>
span { border-color: #D22304; }
span { border-color: rgb(210,35,4); }
td.TdClassName
{
border-color: #D22304;
}
.TagClassName
{
border-color: #D22304;
}
</style>