Html Css Color HEX #D33F15 Harley Davidson Orange
📋 copy color: '#D33F15'red 211 ◦ green 63 ◦ blue 21
Shades of Harley Davidson Orange #D33F15
Tints of Harley Davidson Orange #D33F15
RGB
CMYK
RGB Variations
Color information
#D33F15 (or 0xD33F15) is known color: Harley Davidson Orange. HEX triplet: D3, 3F and 15. RGB value is (211,63,21). Sum of RGB (Red+Green+Blue) = 211+63+21=295 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.53% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 211 - color contains mainly: red. Hex color #D33F15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33F15 is #2CC0EA. Grayscale: #666666. Windows color (decimal): -2932971 or 1392595. OLE color: 1392595.
HSL color Cylindrical-coordinate representation of color #D33F15: hue angle of 13.26º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D33F15 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 63 | 21 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.17 |
| HSL | 13.26º | 0.82% | 0.45% | - |
| HSV(B) | 13.26º | 0.9% | 0.83% | - |
| XYZ | 28.78 | 17.46 | 2.56 | - |
| YUV | 102.46 | 82.03 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 63 | 21 | 0 | 0.70 | 0.90 | 0.17 | 13.26 | 0.82 | 0.45 |
| Hex | D3 | 3F | 15 | 0 | 46 | 5A | 11 | D | 52 | 2D |
| Octal | 323 | 77 | 25 | 0 | 106 | 132 | 21 | 15 | 122 | 55 |
| Binary | 11010011 | 111111 | 10101 | 0 | 1000110 | 1011010 | 10001 | 1101 | 1010010 | 101101 |
Color Harmonies of #D33F15
Complementary color
Monochromatic Colors of #D33F15
Black with #D33F15
Text Example
Text Example
White with #D33F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33F15; }
p { color: rgb(211,63,21); }
H1.HeaderClassName
{
color: #D33F15;
}
.AnyTagClassName
{
color: #D33F15;
}
</style>
background-color css
<style>
a { background-color: #D33F15; }
a { background-color: rgb(211,63,21); }
div.DivClassName
{
background-color: #D33F15;
}
.BgClassName
{
background-color: #D33F15;
}
</style>
border-color css
<style>
span { border-color: #D33F15; }
span { border-color: rgb(211,63,21); }
td.TdClassName
{
border-color: #D33F15;
}
.TagClassName
{
border-color: #D33F15;
}
</style>