Html Css Color HEX #DC2D12 Harley Davidson Orange
📋 copy color: '#DC2D12'red 220 ◦ green 45 ◦ blue 18
Shades of Harley Davidson Orange #DC2D12
Tints of Harley Davidson Orange #DC2D12
RGB
CMYK
RGB Variations
Color information
#DC2D12 (or 0xDC2D12) is known color: Harley Davidson Orange. HEX triplet: DC, 2D and 12. RGB value is (220,45,18). Sum of RGB (Red+Green+Blue) = 220+45+18=283 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.74% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2D12 is #23D2ED. Grayscale: #5E5E5E. Windows color (decimal): -2347758 or 1191388. OLE color: 1191388.
HSL color Cylindrical-coordinate representation of color #DC2D12: hue angle of 8.02º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC2D12 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 45 | 18 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.14 |
| HSL | 8.02º | 0.85% | 0.47% | - |
| HSV(B) | 8.02º | 0.92% | 0.86% | - |
| XYZ | 30.56 | 17.14 | 2.27 | - |
| YUV | 94.25 | 84.98 | 217.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 45 | 18 | 0 | 0.80 | 0.92 | 0.14 | 8.02 | 0.85 | 0.47 |
| Hex | DC | 2D | 12 | 0 | 50 | 5C | E | 8 | 55 | 2F |
| Octal | 334 | 55 | 22 | 0 | 120 | 134 | 16 | 10 | 125 | 57 |
| Binary | 11011100 | 101101 | 10010 | 0 | 1010000 | 1011100 | 1110 | 1000 | 1010101 | 101111 |
Color Harmonies of #DC2D12
Complementary color
Monochromatic Colors of #DC2D12
Black with #DC2D12
Text Example
Text Example
White with #DC2D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2D12; }
p { color: rgb(220,45,18); }
H1.HeaderClassName
{
color: #DC2D12;
}
.AnyTagClassName
{
color: #DC2D12;
}
</style>
background-color css
<style>
a { background-color: #DC2D12; }
a { background-color: rgb(220,45,18); }
div.DivClassName
{
background-color: #DC2D12;
}
.BgClassName
{
background-color: #DC2D12;
}
</style>
border-color css
<style>
span { border-color: #DC2D12; }
span { border-color: rgb(220,45,18); }
td.TdClassName
{
border-color: #DC2D12;
}
.TagClassName
{
border-color: #DC2D12;
}
</style>