Html Css Color HEX #D2230B Harley Davidson Orange
📋 copy color: '#D2230B'red 210 ◦ green 35 ◦ blue 11
Shades of Harley Davidson Orange #D2230B
Tints of Harley Davidson Orange #D2230B
RGB
CMYK
RGB Variations
Color information
#D2230B (or 0xD2230B) is known color: Harley Davidson Orange. HEX triplet: D2, 23 and 0B. RGB value is (210,35,11). Sum of RGB (Red+Green+Blue) = 210+35+11=256 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.03% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 210 - color contains mainly: red. Hex color #D2230B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2230B is #2DDCF4. Grayscale: #545454. Windows color (decimal): -3005685 or 730066. OLE color: 730066.
HSL color Cylindrical-coordinate representation of color #D2230B: hue angle of 7.24º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D2230B is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 35 | 11 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.18 |
| HSL | 7.24º | 0.9% | 0.43% | - |
| HSV(B) | 7.24º | 0.95% | 0.82% | - |
| XYZ | 27.24 | 14.93 | 1.76 | - |
| YUV | 84.59 | 86.48 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 35 | 11 | 0 | 0.83 | 0.95 | 0.18 | 7.24 | 0.9 | 0.43 |
| Hex | D2 | 23 | B | 0 | 53 | 5F | 12 | 7 | 5A | 2B |
| Octal | 322 | 43 | 13 | 0 | 123 | 137 | 22 | 7 | 132 | 53 |
| Binary | 11010010 | 100011 | 1011 | 0 | 1010011 | 1011111 | 10010 | 111 | 1011010 | 101011 |
Color Harmonies of #D2230B
Complementary color
Monochromatic Colors of #D2230B
Black with #D2230B
Text Example
Text Example
White with #D2230B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2230B; }
p { color: rgb(210,35,11); }
H1.HeaderClassName
{
color: #D2230B;
}
.AnyTagClassName
{
color: #D2230B;
}
</style>
background-color css
<style>
a { background-color: #D2230B; }
a { background-color: rgb(210,35,11); }
div.DivClassName
{
background-color: #D2230B;
}
.BgClassName
{
background-color: #D2230B;
}
</style>
border-color css
<style>
span { border-color: #D2230B; }
span { border-color: rgb(210,35,11); }
td.TdClassName
{
border-color: #D2230B;
}
.TagClassName
{
border-color: #D2230B;
}
</style>