Html Css Color HEX #DC2415 Harley Davidson Orange
📋 copy color: '#DC2415'red 220 ◦ green 36 ◦ blue 21
Shades of Harley Davidson Orange #DC2415
Tints of Harley Davidson Orange #DC2415
RGB
CMYK
RGB Variations
Color information
#DC2415 (or 0xDC2415) is known color: Harley Davidson Orange. HEX triplet: DC, 24 and 15. RGB value is (220,36,21). Sum of RGB (Red+Green+Blue) = 220+36+21=277 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.42% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2415 is #23DBEA. Grayscale: #595959. Windows color (decimal): -2350059 or 1385692. OLE color: 1385692.
HSL color Cylindrical-coordinate representation of color #DC2415: hue angle of 4.52º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC2415 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 21 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.14 |
| HSL | 4.52º | 0.83% | 0.47% | - |
| HSV(B) | 4.52º | 0.9% | 0.86% | - |
| XYZ | 30.28 | 16.53 | 2.3 | - |
| YUV | 89.31 | 89.46 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 21 | 0 | 0.84 | 0.90 | 0.14 | 4.52 | 0.83 | 0.47 |
| Hex | DC | 24 | 15 | 0 | 54 | 5A | E | 5 | 53 | 2F |
| Octal | 334 | 44 | 25 | 0 | 124 | 132 | 16 | 5 | 123 | 57 |
| Binary | 11011100 | 100100 | 10101 | 0 | 1010100 | 1011010 | 1110 | 101 | 1010011 | 101111 |
Color Harmonies of #DC2415
Complementary color
Monochromatic Colors of #DC2415
Black with #DC2415
Text Example
Text Example
White with #DC2415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2415; }
p { color: rgb(220,36,21); }
H1.HeaderClassName
{
color: #DC2415;
}
.AnyTagClassName
{
color: #DC2415;
}
</style>
background-color css
<style>
a { background-color: #DC2415; }
a { background-color: rgb(220,36,21); }
div.DivClassName
{
background-color: #DC2415;
}
.BgClassName
{
background-color: #DC2415;
}
</style>
border-color css
<style>
span { border-color: #DC2415; }
span { border-color: rgb(220,36,21); }
td.TdClassName
{
border-color: #DC2415;
}
.TagClassName
{
border-color: #DC2415;
}
</style>