Html Css Color HEX #D33615 Harley Davidson Orange
📋 copy color: '#D33615'red 211 ◦ green 54 ◦ blue 21
Shades of Harley Davidson Orange #D33615
Tints of Harley Davidson Orange #D33615
RGB
CMYK
RGB Variations
Color information
#D33615 (or 0xD33615) is known color: Harley Davidson Orange. HEX triplet: D3, 36 and 15. RGB value is (211,54,21). Sum of RGB (Red+Green+Blue) = 211+54+21=286 (37% of max value = 765). Red value is 211 (82.81% from 255 or 73.78% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 21 (8.59% from 255 or 7.34% from 286); Max value from RGB is 211 - color contains mainly: red. Hex color #D33615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33615 is #2CC9EA. Grayscale: #616161. Windows color (decimal): -2935275 or 1390291. OLE color: 1390291.
HSL color Cylindrical-coordinate representation of color #D33615: hue angle of 10.42º 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 #D33615 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 54 | 21 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.17 |
| HSL | 10.42º | 0.82% | 0.45% | - |
| HSV(B) | 10.42º | 0.9% | 0.83% | - |
| XYZ | 28.32 | 16.54 | 2.41 | - |
| YUV | 97.18 | 85.01 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 54 | 21 | 0 | 0.74 | 0.90 | 0.17 | 10.42 | 0.82 | 0.45 |
| Hex | D3 | 36 | 15 | 0 | 4A | 5A | 11 | A | 52 | 2D |
| Octal | 323 | 66 | 25 | 0 | 112 | 132 | 21 | 12 | 122 | 55 |
| Binary | 11010011 | 110110 | 10101 | 0 | 1001010 | 1011010 | 10001 | 1010 | 1010010 | 101101 |
Color Harmonies of #D33615
Complementary color
Monochromatic Colors of #D33615
Black with #D33615
Text Example
Text Example
White with #D33615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33615; }
p { color: rgb(211,54,21); }
H1.HeaderClassName
{
color: #D33615;
}
.AnyTagClassName
{
color: #D33615;
}
</style>
background-color css
<style>
a { background-color: #D33615; }
a { background-color: rgb(211,54,21); }
div.DivClassName
{
background-color: #D33615;
}
.BgClassName
{
background-color: #D33615;
}
</style>
border-color css
<style>
span { border-color: #D33615; }
span { border-color: rgb(211,54,21); }
td.TdClassName
{
border-color: #D33615;
}
.TagClassName
{
border-color: #D33615;
}
</style>