Html Css Color HEX #D33F21 Harley Davidson Orange
📋 copy color: '#D33F21'red 211 ◦ green 63 ◦ blue 33
Shades of Harley Davidson Orange #D33F21
Tints of Harley Davidson Orange #D33F21
RGB
CMYK
RGB Variations
Color information
#D33F21 (or 0xD33F21) is known color: Harley Davidson Orange. HEX triplet: D3, 3F and 21. RGB value is (211,63,33). Sum of RGB (Red+Green+Blue) = 211+63+33=307 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.73% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 211 - color contains mainly: red. Hex color #D33F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33F21 is #2CC0DE. Grayscale: #686868. Windows color (decimal): -2932959 or 2179027. OLE color: 2179027.
HSL color Cylindrical-coordinate representation of color #D33F21: hue angle of 10.11º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D33F21 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 63 | 33 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.17 |
| HSL | 10.11º | 0.73% | 0.48% | - |
| HSV(B) | 10.11º | 0.84% | 0.83% | - |
| XYZ | 28.92 | 17.51 | 3.3 | - |
| YUV | 103.83 | 88.03 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 63 | 33 | 0 | 0.70 | 0.84 | 0.17 | 10.11 | 0.73 | 0.48 |
| Hex | D3 | 3F | 21 | 0 | 46 | 54 | 11 | A | 49 | 30 |
| Octal | 323 | 77 | 41 | 0 | 106 | 124 | 21 | 12 | 111 | 60 |
| Binary | 11010011 | 111111 | 100001 | 0 | 1000110 | 1010100 | 10001 | 1010 | 1001001 | 110000 |
Color Harmonies of #D33F21
Complementary color
Monochromatic Colors of #D33F21
Black with #D33F21
Text Example
Text Example
White with #D33F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33F21; }
p { color: rgb(211,63,33); }
H1.HeaderClassName
{
color: #D33F21;
}
.AnyTagClassName
{
color: #D33F21;
}
</style>
background-color css
<style>
a { background-color: #D33F21; }
a { background-color: rgb(211,63,33); }
div.DivClassName
{
background-color: #D33F21;
}
.BgClassName
{
background-color: #D33F21;
}
</style>
border-color css
<style>
span { border-color: #D33F21; }
span { border-color: rgb(211,63,33); }
td.TdClassName
{
border-color: #D33F21;
}
.TagClassName
{
border-color: #D33F21;
}
</style>