Html Css Color HEX #D2300B Harley Davidson Orange
📋 copy color: '#D2300B'red 210 ◦ green 48 ◦ blue 11
Shades of Harley Davidson Orange #D2300B
Tints of Harley Davidson Orange #D2300B
RGB
CMYK
RGB Variations
Color information
#D2300B (or 0xD2300B) is known color: Harley Davidson Orange. HEX triplet: D2, 30 and 0B. RGB value is (210,48,11). Sum of RGB (Red+Green+Blue) = 210+48+11=269 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.07% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 210 - color contains mainly: red. Hex color #D2300B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2300B is #2DCFF4. Grayscale: #5C5C5C. Windows color (decimal): -3002357 or 733394. OLE color: 733394.
HSL color Cylindrical-coordinate representation of color #D2300B: hue angle of 11.16º 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 #D2300B is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 48 | 11 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.18 |
| HSL | 11.16º | 0.9% | 0.43% | - |
| HSV(B) | 11.16º | 0.95% | 0.82% | - |
| XYZ | 27.7 | 15.84 | 1.91 | - |
| YUV | 92.22 | 82.17 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 48 | 11 | 0 | 0.77 | 0.95 | 0.18 | 11.16 | 0.9 | 0.43 |
| Hex | D2 | 30 | B | 0 | 4D | 5F | 12 | B | 5A | 2B |
| Octal | 322 | 60 | 13 | 0 | 115 | 137 | 22 | 13 | 132 | 53 |
| Binary | 11010010 | 110000 | 1011 | 0 | 1001101 | 1011111 | 10010 | 1011 | 1011010 | 101011 |
Color Harmonies of #D2300B
Complementary color
Monochromatic Colors of #D2300B
Black with #D2300B
Text Example
Text Example
White with #D2300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2300B; }
p { color: rgb(210,48,11); }
H1.HeaderClassName
{
color: #D2300B;
}
.AnyTagClassName
{
color: #D2300B;
}
</style>
background-color css
<style>
a { background-color: #D2300B; }
a { background-color: rgb(210,48,11); }
div.DivClassName
{
background-color: #D2300B;
}
.BgClassName
{
background-color: #D2300B;
}
</style>
border-color css
<style>
span { border-color: #D2300B; }
span { border-color: rgb(210,48,11); }
td.TdClassName
{
border-color: #D2300B;
}
.TagClassName
{
border-color: #D2300B;
}
</style>