Html Css Color HEX #DC2F0A Harley Davidson Orange
📋 copy color: '#DC2F0A'red 220 ◦ green 47 ◦ blue 10
Shades of Harley Davidson Orange #DC2F0A
Tints of Harley Davidson Orange #DC2F0A
RGB
CMYK
RGB Variations
Color information
#DC2F0A (or 0xDC2F0A) is known color: Harley Davidson Orange. HEX triplet: DC, 2F and 0A. RGB value is (220,47,10). Sum of RGB (Red+Green+Blue) = 220+47+10=277 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.42% from 277); Green value is 47 (18.75% from 255 or 16.97% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2F0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2F0A is #23D0F5. Grayscale: #5E5E5E. Windows color (decimal): -2347254 or 667612. OLE color: 667612.
HSL color Cylindrical-coordinate representation of color #DC2F0A: hue angle of 10.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC2F0A is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 47 | 10 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.14 |
| HSL | 10.57º | 0.91% | 0.45% | - |
| HSV(B) | 10.57º | 0.95% | 0.86% | - |
| XYZ | 30.59 | 17.27 | 2.01 | - |
| YUV | 94.51 | 80.31 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 47 | 10 | 0 | 0.79 | 0.95 | 0.14 | 10.57 | 0.91 | 0.45 |
| Hex | DC | 2F | A | 0 | 4F | 5F | E | B | 5B | 2D |
| Octal | 334 | 57 | 12 | 0 | 117 | 137 | 16 | 13 | 133 | 55 |
| Binary | 11011100 | 101111 | 1010 | 0 | 1001111 | 1011111 | 1110 | 1011 | 1011011 | 101101 |
Color Harmonies of #DC2F0A
Complementary color
Monochromatic Colors of #DC2F0A
Black with #DC2F0A
Text Example
Text Example
White with #DC2F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2F0A; }
p { color: rgb(220,47,10); }
H1.HeaderClassName
{
color: #DC2F0A;
}
.AnyTagClassName
{
color: #DC2F0A;
}
</style>
background-color css
<style>
a { background-color: #DC2F0A; }
a { background-color: rgb(220,47,10); }
div.DivClassName
{
background-color: #DC2F0A;
}
.BgClassName
{
background-color: #DC2F0A;
}
</style>
border-color css
<style>
span { border-color: #DC2F0A; }
span { border-color: rgb(220,47,10); }
td.TdClassName
{
border-color: #DC2F0A;
}
.TagClassName
{
border-color: #DC2F0A;
}
</style>