Html Css Color HEX #DD261C Harley Davidson Orange
📋 copy color: '#DD261C'red 221 ◦ green 38 ◦ blue 28
Shades of Harley Davidson Orange #DD261C
Tints of Harley Davidson Orange #DD261C
RGB
CMYK
RGB Variations
Color information
#DD261C (or 0xDD261C) is known color: Harley Davidson Orange. HEX triplet: DD, 26 and 1C. RGB value is (221,38,28). Sum of RGB (Red+Green+Blue) = 221+38+28=287 (38% of max value = 765). Red value is 221 (86.72% from 255 or 77.00% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 221 - color contains mainly: red. Hex color #DD261C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD261C is #22D9E3. Grayscale: #5B5B5B. Windows color (decimal): -2284004 or 1844957. OLE color: 1844957.
HSL color Cylindrical-coordinate representation of color #DD261C: hue angle of 3.11º degrees, saturation: 0.78, 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 #DD261C is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 28 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.13 |
| HSL | 3.11º | 0.78% | 0.49% | - |
| HSV(B) | 3.11º | 0.87% | 0.87% | - |
| XYZ | 30.72 | 16.84 | 2.73 | - |
| YUV | 91.58 | 92.13 | 220.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 28 | 0 | 0.83 | 0.87 | 0.13 | 3.11 | 0.78 | 0.49 |
| Hex | DD | 26 | 1C | 0 | 53 | 57 | D | 3 | 4E | 31 |
| Octal | 335 | 46 | 34 | 0 | 123 | 127 | 15 | 3 | 116 | 61 |
| Binary | 11011101 | 100110 | 11100 | 0 | 1010011 | 1010111 | 1101 | 11 | 1001110 | 110001 |
Color Harmonies of #DD261C
Complementary color
Monochromatic Colors of #DD261C
Black with #DD261C
Text Example
Text Example
White with #DD261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD261C; }
p { color: rgb(221,38,28); }
H1.HeaderClassName
{
color: #DD261C;
}
.AnyTagClassName
{
color: #DD261C;
}
</style>
background-color css
<style>
a { background-color: #DD261C; }
a { background-color: rgb(221,38,28); }
div.DivClassName
{
background-color: #DD261C;
}
.BgClassName
{
background-color: #DD261C;
}
</style>
border-color css
<style>
span { border-color: #DD261C; }
span { border-color: rgb(221,38,28); }
td.TdClassName
{
border-color: #DD261C;
}
.TagClassName
{
border-color: #DD261C;
}
</style>