Html Css Color HEX #D33619 Harley Davidson Orange
📋 copy color: '#D33619'red 211 ◦ green 54 ◦ blue 25
Shades of Harley Davidson Orange #D33619
Tints of Harley Davidson Orange #D33619
RGB
CMYK
RGB Variations
Color information
#D33619 (or 0xD33619) is known color: Harley Davidson Orange. HEX triplet: D3, 36 and 19. RGB value is (211,54,25). Sum of RGB (Red+Green+Blue) = 211+54+25=290 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.76% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 211 - color contains mainly: red. Hex color #D33619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33619 is #2CC9E6. Grayscale: #616161. Windows color (decimal): -2935271 or 1652435. OLE color: 1652435.
HSL color Cylindrical-coordinate representation of color #D33619: hue angle of 9.35º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D33619 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 54 | 25 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.17 |
| HSL | 9.35º | 0.79% | 0.46% | - |
| HSV(B) | 9.35º | 0.88% | 0.83% | - |
| XYZ | 28.36 | 16.56 | 2.62 | - |
| YUV | 97.64 | 87.01 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 54 | 25 | 0 | 0.74 | 0.88 | 0.17 | 9.35 | 0.79 | 0.46 |
| Hex | D3 | 36 | 19 | 0 | 4A | 58 | 11 | 9 | 4F | 2E |
| Octal | 323 | 66 | 31 | 0 | 112 | 130 | 21 | 11 | 117 | 56 |
| Binary | 11010011 | 110110 | 11001 | 0 | 1001010 | 1011000 | 10001 | 1001 | 1001111 | 101110 |
Color Harmonies of #D33619
Complementary color
Monochromatic Colors of #D33619
Black with #D33619
Text Example
Text Example
White with #D33619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33619; }
p { color: rgb(211,54,25); }
H1.HeaderClassName
{
color: #D33619;
}
.AnyTagClassName
{
color: #D33619;
}
</style>
background-color css
<style>
a { background-color: #D33619; }
a { background-color: rgb(211,54,25); }
div.DivClassName
{
background-color: #D33619;
}
.BgClassName
{
background-color: #D33619;
}
</style>
border-color css
<style>
span { border-color: #D33619; }
span { border-color: rgb(211,54,25); }
td.TdClassName
{
border-color: #D33619;
}
.TagClassName
{
border-color: #D33619;
}
</style>