Html Css Color HEX #D33D24 Harley Davidson Orange
📋 copy color: '#D33D24'red 211 ◦ green 61 ◦ blue 36
Shades of Harley Davidson Orange #D33D24
Tints of Harley Davidson Orange #D33D24
RGB
CMYK
RGB Variations
Color information
#D33D24 (or 0xD33D24) is known color: Harley Davidson Orange. HEX triplet: D3, 3D and 24. RGB value is (211,61,36). Sum of RGB (Red+Green+Blue) = 211+61+36=308 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.51% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 36 (14.45% from 255 or 11.69% from 308); Max value from RGB is 211 - color contains mainly: red. Hex color #D33D24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33D24 is #2CC2DB. Grayscale: #676767. Windows color (decimal): -2933468 or 2375123. OLE color: 2375123.
HSL color Cylindrical-coordinate representation of color #D33D24: hue angle of 8.57º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D33D24 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 61 | 36 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.17 |
| HSL | 8.57º | 0.71% | 0.48% | - |
| HSV(B) | 8.57º | 0.83% | 0.83% | - |
| XYZ | 28.85 | 17.31 | 3.49 | - |
| YUV | 103 | 90.2 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 61 | 36 | 0 | 0.71 | 0.83 | 0.17 | 8.57 | 0.71 | 0.48 |
| Hex | D3 | 3D | 24 | 0 | 47 | 53 | 11 | 9 | 47 | 30 |
| Octal | 323 | 75 | 44 | 0 | 107 | 123 | 21 | 11 | 107 | 60 |
| Binary | 11010011 | 111101 | 100100 | 0 | 1000111 | 1010011 | 10001 | 1001 | 1000111 | 110000 |
Color Harmonies of #D33D24
Complementary color
Monochromatic Colors of #D33D24
Black with #D33D24
Text Example
Text Example
White with #D33D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33D24; }
p { color: rgb(211,61,36); }
H1.HeaderClassName
{
color: #D33D24;
}
.AnyTagClassName
{
color: #D33D24;
}
</style>
background-color css
<style>
a { background-color: #D33D24; }
a { background-color: rgb(211,61,36); }
div.DivClassName
{
background-color: #D33D24;
}
.BgClassName
{
background-color: #D33D24;
}
</style>
border-color css
<style>
span { border-color: #D33D24; }
span { border-color: rgb(211,61,36); }
td.TdClassName
{
border-color: #D33D24;
}
.TagClassName
{
border-color: #D33D24;
}
</style>