Html Css Color HEX #DD2F00 Harley Davidson Orange
📋 copy color: '#DD2F00'red 221 ◦ green 47 ◦ blue 0
Shades of Harley Davidson Orange #DD2F00
Tints of Harley Davidson Orange #DD2F00
RGB
CMYK
RGB Variations
Color information
#DD2F00 (or 0xDD2F00) is known color: Harley Davidson Orange. HEX triplet: DD, 2F and 00. RGB value is (221,47,0). Sum of RGB (Red+Green+Blue) = 221+47+0=268 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.46% from 268); Green value is 47 (18.75% from 255 or 17.54% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2F00 is #22D0FF. Grayscale: #5E5E5E. Windows color (decimal): -2281728 or 12253. OLE color: 12253.
HSL color Cylindrical-coordinate representation of color #DD2F00: hue angle of 12.76º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD2F00 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 47 | 0 | - |
CMYK | 0 | 0.79 | 1 | 0.13 |
HSL | 12.76º | 1% | 0.43% | - |
HSV(B) | 12.76º | 1% | 0.87% | - |
XYZ | 30.84 | 17.41 | 1.73 | - |
YUV | 93.67 | 75.15 | 218.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 47 | 0 | 0 | 0.79 | 1 | 0.13 | 12.76 | 1 | 0.43 |
Hex | DD | 2F | 0 | 0 | 4F | 64 | D | D | 64 | 2B |
Octal | 335 | 57 | 0 | 0 | 117 | 144 | 15 | 15 | 144 | 53 |
Binary | 11011101 | 101111 | 0 | 0 | 1001111 | 1100100 | 1101 | 1101 | 1100100 | 101011 |
Color Harmonies of #DD2F00
Complementary color
Monochromatic Colors of #DD2F00
Black with #DD2F00
Text Example
Text Example
White with #DD2F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2F00; }
p { color: rgb(221,47,0); }
H1.HeaderClassName
{
color: #DD2F00;
}
.AnyTagClassName
{
color: #DD2F00;
}
</style>
background-color css
<style>
a { background-color: #DD2F00; }
a { background-color: rgb(221,47,0); }
div.DivClassName
{
background-color: #DD2F00;
}
.BgClassName
{
background-color: #DD2F00;
}
</style>
border-color css
<style>
span { border-color: #DD2F00; }
span { border-color: rgb(221,47,0); }
td.TdClassName
{
border-color: #DD2F00;
}
.TagClassName
{
border-color: #DD2F00;
}
</style>