Html Css Color HEX #DD251A Harley Davidson Orange
📋 copy color: '#DD251A'red 221 ◦ green 37 ◦ blue 26
Shades of Harley Davidson Orange #DD251A
Tints of Harley Davidson Orange #DD251A
RGB
CMYK
RGB Variations
Color information
#DD251A (or 0xDD251A) is known color: Harley Davidson Orange. HEX triplet: DD, 25 and 1A. RGB value is (221,37,26). Sum of RGB (Red+Green+Blue) = 221+37+26=284 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.82% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 221 - color contains mainly: red. Hex color #DD251A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD251A is #22DAE5. Grayscale: #5A5A5A. Windows color (decimal): -2284262 or 1713629. OLE color: 1713629.
HSL color Cylindrical-coordinate representation of color #DD251A: hue angle of 3.38º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD251A is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 26 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.13 |
| HSL | 3.38º | 0.79% | 0.48% | - |
| HSV(B) | 3.38º | 0.88% | 0.87% | - |
| XYZ | 30.67 | 16.77 | 2.6 | - |
| YUV | 90.76 | 91.46 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 26 | 0 | 0.83 | 0.88 | 0.13 | 3.38 | 0.79 | 0.48 |
| Hex | DD | 25 | 1A | 0 | 53 | 58 | D | 3 | 4F | 30 |
| Octal | 335 | 45 | 32 | 0 | 123 | 130 | 15 | 3 | 117 | 60 |
| Binary | 11011101 | 100101 | 11010 | 0 | 1010011 | 1011000 | 1101 | 11 | 1001111 | 110000 |
Color Harmonies of #DD251A
Complementary color
Monochromatic Colors of #DD251A
Black with #DD251A
Text Example
Text Example
White with #DD251A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD251A; }
p { color: rgb(221,37,26); }
H1.HeaderClassName
{
color: #DD251A;
}
.AnyTagClassName
{
color: #DD251A;
}
</style>
background-color css
<style>
a { background-color: #DD251A; }
a { background-color: rgb(221,37,26); }
div.DivClassName
{
background-color: #DD251A;
}
.BgClassName
{
background-color: #DD251A;
}
</style>
border-color css
<style>
span { border-color: #DD251A; }
span { border-color: rgb(221,37,26); }
td.TdClassName
{
border-color: #DD251A;
}
.TagClassName
{
border-color: #DD251A;
}
</style>