Html Css Color HEX #DC4315 Harley Davidson Orange
📋 copy color: '#DC4315'red 220 ◦ green 67 ◦ blue 21
Shades of Harley Davidson Orange #DC4315
Tints of Harley Davidson Orange #DC4315
RGB
CMYK
RGB Variations
Color information
#DC4315 (or 0xDC4315) is known color: Harley Davidson Orange. HEX triplet: DC, 43 and 15. RGB value is (220,67,21). Sum of RGB (Red+Green+Blue) = 220+67+21=308 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.43% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4315 is #23BCEA. Grayscale: #6B6B6B. Windows color (decimal): -2342123 or 1393628. OLE color: 1393628.
HSL color Cylindrical-coordinate representation of color #DC4315: hue angle of 13.87º 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 #DC4315 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 21 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.14 |
| HSL | 13.87º | 0.83% | 0.47% | - |
| HSV(B) | 13.87º | 0.9% | 0.86% | - |
| XYZ | 31.66 | 19.28 | 2.76 | - |
| YUV | 107.5 | 79.19 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 21 | 0 | 0.70 | 0.90 | 0.14 | 13.87 | 0.83 | 0.47 |
| Hex | DC | 43 | 15 | 0 | 46 | 5A | E | E | 53 | 2F |
| Octal | 334 | 103 | 25 | 0 | 106 | 132 | 16 | 16 | 123 | 57 |
| Binary | 11011100 | 1000011 | 10101 | 0 | 1000110 | 1011010 | 1110 | 1110 | 1010011 | 101111 |
Color Harmonies of #DC4315
Complementary color
Monochromatic Colors of #DC4315
Black with #DC4315
Text Example
Text Example
White with #DC4315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4315; }
p { color: rgb(220,67,21); }
H1.HeaderClassName
{
color: #DC4315;
}
.AnyTagClassName
{
color: #DC4315;
}
</style>
background-color css
<style>
a { background-color: #DC4315; }
a { background-color: rgb(220,67,21); }
div.DivClassName
{
background-color: #DC4315;
}
.BgClassName
{
background-color: #DC4315;
}
</style>
border-color css
<style>
span { border-color: #DC4315; }
span { border-color: rgb(220,67,21); }
td.TdClassName
{
border-color: #DC4315;
}
.TagClassName
{
border-color: #DC4315;
}
</style>