Html Css Color HEX #D33D23 Harley Davidson Orange
📋 copy color: '#D33D23'red 211 ◦ green 61 ◦ blue 35
Shades of Harley Davidson Orange #D33D23
Tints of Harley Davidson Orange #D33D23
RGB
CMYK
RGB Variations
Color information
#D33D23 (or 0xD33D23) is known color: Harley Davidson Orange. HEX triplet: D3, 3D and 23. RGB value is (211,61,35). Sum of RGB (Red+Green+Blue) = 211+61+35=307 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.73% from 307); Green value is 61 (24.22% from 255 or 19.87% from 307); Blue value is 35 (14.06% from 255 or 11.40% from 307); Max value from RGB is 211 - color contains mainly: red. Hex color #D33D23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33D23 is #2CC2DC. Grayscale: #676767. Windows color (decimal): -2933469 or 2309587. OLE color: 2309587.
HSL color Cylindrical-coordinate representation of color #D33D23: hue angle of 8.86º degrees, saturation: 0.72, 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 #D33D23 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 61 | 35 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.17 |
| HSL | 8.86º | 0.72% | 0.48% | - |
| HSV(B) | 8.86º | 0.83% | 0.83% | - |
| XYZ | 28.84 | 17.31 | 3.41 | - |
| YUV | 102.89 | 89.7 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 61 | 35 | 0 | 0.71 | 0.83 | 0.17 | 8.86 | 0.72 | 0.48 |
| Hex | D3 | 3D | 23 | 0 | 47 | 53 | 11 | 9 | 48 | 30 |
| Octal | 323 | 75 | 43 | 0 | 107 | 123 | 21 | 11 | 110 | 60 |
| Binary | 11010011 | 111101 | 100011 | 0 | 1000111 | 1010011 | 10001 | 1001 | 1001000 | 110000 |
Color Harmonies of #D33D23
Complementary color
Monochromatic Colors of #D33D23
Black with #D33D23
Text Example
Text Example
White with #D33D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33D23; }
p { color: rgb(211,61,35); }
H1.HeaderClassName
{
color: #D33D23;
}
.AnyTagClassName
{
color: #D33D23;
}
</style>
background-color css
<style>
a { background-color: #D33D23; }
a { background-color: rgb(211,61,35); }
div.DivClassName
{
background-color: #D33D23;
}
.BgClassName
{
background-color: #D33D23;
}
</style>
border-color css
<style>
span { border-color: #D33D23; }
span { border-color: rgb(211,61,35); }
td.TdClassName
{
border-color: #D33D23;
}
.TagClassName
{
border-color: #D33D23;
}
</style>