Html Css Color HEX #D32113 Harley Davidson Orange
📋 copy color: '#D32113'red 211 ◦ green 33 ◦ blue 19
Shades of Harley Davidson Orange #D32113
Tints of Harley Davidson Orange #D32113
RGB
CMYK
RGB Variations
Color information
#D32113 (or 0xD32113) is known color: Harley Davidson Orange. HEX triplet: D3, 21 and 13. RGB value is (211,33,19). Sum of RGB (Red+Green+Blue) = 211+33+19=263 (34% of max value = 765). Red value is 211 (82.81% from 255 or 80.23% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 211 - color contains mainly: red. Hex color #D32113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32113 is #2CDEEC. Grayscale: #545454. Windows color (decimal): -2940653 or 1253843. OLE color: 1253843.
HSL color Cylindrical-coordinate representation of color #D32113: hue angle of 4.38º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D32113 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 33 | 19 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.17 |
| HSL | 4.38º | 0.83% | 0.45% | - |
| HSV(B) | 4.38º | 0.91% | 0.83% | - |
| XYZ | 27.53 | 14.98 | 2.06 | - |
| YUV | 84.63 | 90.97 | 218.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 33 | 19 | 0 | 0.84 | 0.91 | 0.17 | 4.38 | 0.83 | 0.45 |
| Hex | D3 | 21 | 13 | 0 | 54 | 5B | 11 | 4 | 53 | 2D |
| Octal | 323 | 41 | 23 | 0 | 124 | 133 | 21 | 4 | 123 | 55 |
| Binary | 11010011 | 100001 | 10011 | 0 | 1010100 | 1011011 | 10001 | 100 | 1010011 | 101101 |
Color Harmonies of #D32113
Complementary color
Monochromatic Colors of #D32113
Black with #D32113
Text Example
Text Example
White with #D32113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32113; }
p { color: rgb(211,33,19); }
H1.HeaderClassName
{
color: #D32113;
}
.AnyTagClassName
{
color: #D32113;
}
</style>
background-color css
<style>
a { background-color: #D32113; }
a { background-color: rgb(211,33,19); }
div.DivClassName
{
background-color: #D32113;
}
.BgClassName
{
background-color: #D32113;
}
</style>
border-color css
<style>
span { border-color: #D32113; }
span { border-color: rgb(211,33,19); }
td.TdClassName
{
border-color: #D32113;
}
.TagClassName
{
border-color: #D32113;
}
</style>