Html Css Color HEX #DD3812 Harley Davidson Orange
📋 copy color: '#DD3812'red 221 ◦ green 56 ◦ blue 18
Shades of Harley Davidson Orange #DD3812
Tints of Harley Davidson Orange #DD3812
RGB
CMYK
RGB Variations
Color information
#DD3812 (or 0xDD3812) is known color: Harley Davidson Orange. HEX triplet: DD, 38 and 12. RGB value is (221,56,18). Sum of RGB (Red+Green+Blue) = 221+56+18=295 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.92% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3812 is #22C7ED. Grayscale: #656565. Windows color (decimal): -2279406 or 1194205. OLE color: 1194205.
HSL color Cylindrical-coordinate representation of color #DD3812: hue angle of 11.23º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD3812 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 18 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.13 |
| HSL | 11.23º | 0.85% | 0.47% | - |
| HSV(B) | 11.23º | 0.92% | 0.87% | - |
| XYZ | 31.34 | 18.24 | 2.44 | - |
| YUV | 101 | 81.16 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 18 | 0 | 0.75 | 0.92 | 0.13 | 11.23 | 0.85 | 0.47 |
| Hex | DD | 38 | 12 | 0 | 4B | 5C | D | B | 55 | 2F |
| Octal | 335 | 70 | 22 | 0 | 113 | 134 | 15 | 13 | 125 | 57 |
| Binary | 11011101 | 111000 | 10010 | 0 | 1001011 | 1011100 | 1101 | 1011 | 1010101 | 101111 |
Color Harmonies of #DD3812
Complementary color
Monochromatic Colors of #DD3812
Black with #DD3812
Text Example
Text Example
White with #DD3812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3812; }
p { color: rgb(221,56,18); }
H1.HeaderClassName
{
color: #DD3812;
}
.AnyTagClassName
{
color: #DD3812;
}
</style>
background-color css
<style>
a { background-color: #DD3812; }
a { background-color: rgb(221,56,18); }
div.DivClassName
{
background-color: #DD3812;
}
.BgClassName
{
background-color: #DD3812;
}
</style>
border-color css
<style>
span { border-color: #DD3812; }
span { border-color: rgb(221,56,18); }
td.TdClassName
{
border-color: #DD3812;
}
.TagClassName
{
border-color: #DD3812;
}
</style>