Html Css Color HEX #DD231D Harley Davidson Orange
📋 copy color: '#DD231D'red 221 ◦ green 35 ◦ blue 29
Shades of Harley Davidson Orange #DD231D
Tints of Harley Davidson Orange #DD231D
RGB
CMYK
RGB Variations
Color information
#DD231D (or 0xDD231D) is known color: Harley Davidson Orange. HEX triplet: DD, 23 and 1D. RGB value is (221,35,29). Sum of RGB (Red+Green+Blue) = 221+35+29=285 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.54% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 221 - color contains mainly: red. Hex color #DD231D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD231D is #22DCE2. Grayscale: #5A5A5A. Windows color (decimal): -2284771 or 1909725. OLE color: 1909725.
HSL color Cylindrical-coordinate representation of color #DD231D: hue angle of 1.88º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD231D is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 29 | - |
| CMYK | 0 | 0.84 | 0.87 | 0.13 |
| HSL | 1.88º | 0.77% | 0.49% | - |
| HSV(B) | 1.88º | 0.87% | 0.87% | - |
| XYZ | 30.64 | 16.66 | 2.76 | - |
| YUV | 89.93 | 93.62 | 221.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 29 | 0 | 0.84 | 0.87 | 0.13 | 1.88 | 0.77 | 0.49 |
| Hex | DD | 23 | 1D | 0 | 54 | 57 | D | 2 | 4D | 31 |
| Octal | 335 | 43 | 35 | 0 | 124 | 127 | 15 | 2 | 115 | 61 |
| Binary | 11011101 | 100011 | 11101 | 0 | 1010100 | 1010111 | 1101 | 10 | 1001101 | 110001 |
Color Harmonies of #DD231D
Complementary color
Monochromatic Colors of #DD231D
Black with #DD231D
Text Example
Text Example
White with #DD231D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD231D; }
p { color: rgb(221,35,29); }
H1.HeaderClassName
{
color: #DD231D;
}
.AnyTagClassName
{
color: #DD231D;
}
</style>
background-color css
<style>
a { background-color: #DD231D; }
a { background-color: rgb(221,35,29); }
div.DivClassName
{
background-color: #DD231D;
}
.BgClassName
{
background-color: #DD231D;
}
</style>
border-color css
<style>
span { border-color: #DD231D; }
span { border-color: rgb(221,35,29); }
td.TdClassName
{
border-color: #DD231D;
}
.TagClassName
{
border-color: #DD231D;
}
</style>