Html Css Color HEX #DC3315 Harley Davidson Orange
📋 copy color: '#DC3315'red 220 ◦ green 51 ◦ blue 21
Shades of Harley Davidson Orange #DC3315
Tints of Harley Davidson Orange #DC3315
RGB
CMYK
RGB Variations
Color information
#DC3315 (or 0xDC3315) is known color: Harley Davidson Orange. HEX triplet: DC, 33 and 15. RGB value is (220,51,21). Sum of RGB (Red+Green+Blue) = 220+51+21=292 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.34% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 21 (8.59% from 255 or 7.19% from 292); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3315 is #23CCEA. Grayscale: #626262. Windows color (decimal): -2346219 or 1389532. OLE color: 1389532.
HSL color Cylindrical-coordinate representation of color #DC3315: hue angle of 9.05º 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 #DC3315 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 21 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.14 |
| HSL | 9.05º | 0.83% | 0.47% | - |
| HSV(B) | 9.05º | 0.9% | 0.86% | - |
| XYZ | 30.83 | 17.64 | 2.49 | - |
| YUV | 98.11 | 84.49 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 21 | 0 | 0.77 | 0.90 | 0.14 | 9.05 | 0.83 | 0.47 |
| Hex | DC | 33 | 15 | 0 | 4D | 5A | E | 9 | 53 | 2F |
| Octal | 334 | 63 | 25 | 0 | 115 | 132 | 16 | 11 | 123 | 57 |
| Binary | 11011100 | 110011 | 10101 | 0 | 1001101 | 1011010 | 1110 | 1001 | 1010011 | 101111 |
Color Harmonies of #DC3315
Complementary color
Monochromatic Colors of #DC3315
Black with #DC3315
Text Example
Text Example
White with #DC3315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3315; }
p { color: rgb(220,51,21); }
H1.HeaderClassName
{
color: #DC3315;
}
.AnyTagClassName
{
color: #DC3315;
}
</style>
background-color css
<style>
a { background-color: #DC3315; }
a { background-color: rgb(220,51,21); }
div.DivClassName
{
background-color: #DC3315;
}
.BgClassName
{
background-color: #DC3315;
}
</style>
border-color css
<style>
span { border-color: #DC3315; }
span { border-color: rgb(220,51,21); }
td.TdClassName
{
border-color: #DC3315;
}
.TagClassName
{
border-color: #DC3315;
}
</style>