Html Css Color HEX #DC1F05 Harley Davidson Orange
📋 copy color: '#DC1F05'red 220 ◦ green 31 ◦ blue 5
Shades of Harley Davidson Orange #DC1F05
Tints of Harley Davidson Orange #DC1F05
RGB
CMYK
RGB Variations
Color information
#DC1F05 (or 0xDC1F05) is known color: Harley Davidson Orange. HEX triplet: DC, 1F and 05. RGB value is (220,31,5). Sum of RGB (Red+Green+Blue) = 220+31+5=256 (33% of max value = 765). Red value is 220 (86.33% from 255 or 85.94% from 256); Green value is 31 (12.5% from 255 or 12.11% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1F05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC1F05 is #23E0FA. Grayscale: #545454. Windows color (decimal): -2351355 or 335836. OLE color: 335836.
HSL color Cylindrical-coordinate representation of color #DC1F05: hue angle of 7.26º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC1F05 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 31 | 5 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.14 |
| HSL | 7.26º | 0.96% | 0.44% | - |
| HSV(B) | 7.26º | 0.98% | 0.86% | - |
| XYZ | 30.03 | 16.21 | 1.69 | - |
| YUV | 84.55 | 83.12 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 31 | 5 | 0 | 0.86 | 0.98 | 0.14 | 7.26 | 0.96 | 0.44 |
| Hex | DC | 1F | 5 | 0 | 56 | 62 | E | 7 | 60 | 2C |
| Octal | 334 | 37 | 5 | 0 | 126 | 142 | 16 | 7 | 140 | 54 |
| Binary | 11011100 | 11111 | 101 | 0 | 1010110 | 1100010 | 1110 | 111 | 1100000 | 101100 |
Color Harmonies of #DC1F05
Complementary color
Monochromatic Colors of #DC1F05
Black with #DC1F05
Text Example
Text Example
White with #DC1F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1F05; }
p { color: rgb(220,31,5); }
H1.HeaderClassName
{
color: #DC1F05;
}
.AnyTagClassName
{
color: #DC1F05;
}
</style>
background-color css
<style>
a { background-color: #DC1F05; }
a { background-color: rgb(220,31,5); }
div.DivClassName
{
background-color: #DC1F05;
}
.BgClassName
{
background-color: #DC1F05;
}
</style>
border-color css
<style>
span { border-color: #DC1F05; }
span { border-color: rgb(220,31,5); }
td.TdClassName
{
border-color: #DC1F05;
}
.TagClassName
{
border-color: #DC1F05;
}
</style>