Html Css Color HEX #D33F13 Harley Davidson Orange
📋 copy color: '#D33F13'red 211 ◦ green 63 ◦ blue 19
Shades of Harley Davidson Orange #D33F13
Tints of Harley Davidson Orange #D33F13
RGB
CMYK
RGB Variations
Color information
#D33F13 (or 0xD33F13) is known color: Harley Davidson Orange. HEX triplet: D3, 3F and 13. RGB value is (211,63,19). Sum of RGB (Red+Green+Blue) = 211+63+19=293 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.01% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 211 - color contains mainly: red. Hex color #D33F13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33F13 is #2CC0EC. Grayscale: #666666. Windows color (decimal): -2932973 or 1261523. OLE color: 1261523.
HSL color Cylindrical-coordinate representation of color #D33F13: hue angle of 13.75º 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 #D33F13 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 63 | 19 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.17 |
| HSL | 13.75º | 0.83% | 0.45% | - |
| HSV(B) | 13.75º | 0.91% | 0.83% | - |
| XYZ | 28.76 | 17.45 | 2.47 | - |
| YUV | 102.24 | 81.03 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 63 | 19 | 0 | 0.70 | 0.91 | 0.17 | 13.75 | 0.83 | 0.45 |
| Hex | D3 | 3F | 13 | 0 | 46 | 5B | 11 | E | 53 | 2D |
| Octal | 323 | 77 | 23 | 0 | 106 | 133 | 21 | 16 | 123 | 55 |
| Binary | 11010011 | 111111 | 10011 | 0 | 1000110 | 1011011 | 10001 | 1110 | 1010011 | 101101 |
Color Harmonies of #D33F13
Complementary color
Monochromatic Colors of #D33F13
Black with #D33F13
Text Example
Text Example
White with #D33F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33F13; }
p { color: rgb(211,63,19); }
H1.HeaderClassName
{
color: #D33F13;
}
.AnyTagClassName
{
color: #D33F13;
}
</style>
background-color css
<style>
a { background-color: #D33F13; }
a { background-color: rgb(211,63,19); }
div.DivClassName
{
background-color: #D33F13;
}
.BgClassName
{
background-color: #D33F13;
}
</style>
border-color css
<style>
span { border-color: #D33F13; }
span { border-color: rgb(211,63,19); }
td.TdClassName
{
border-color: #D33F13;
}
.TagClassName
{
border-color: #D33F13;
}
</style>