Html Css Color HEX #DC190B Harley Davidson Orange
📋 copy color: '#DC190B'red 220 ◦ green 25 ◦ blue 11
Shades of Harley Davidson Orange #DC190B
Tints of Harley Davidson Orange #DC190B
RGB
CMYK
RGB Variations
Color information
#DC190B (or 0xDC190B) is known color: Harley Davidson Orange. HEX triplet: DC, 19 and 0B. RGB value is (220,25,11). Sum of RGB (Red+Green+Blue) = 220+25+11=256 (33% of max value = 765). Red value is 220 (86.33% from 255 or 85.94% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 220 - color contains mainly: red. Hex color #DC190B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC190B is #23E6F4. Grayscale: #515151. Windows color (decimal): -2352885 or 727516. OLE color: 727516.
HSL color Cylindrical-coordinate representation of color #DC190B: hue angle of 4.02º degrees, saturation: 0.9, 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 #DC190B is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 25 | 11 | - |
CMYK | 0 | 0.89 | 0.95 | 0.14 |
HSL | 4.02º | 0.9% | 0.45% | - |
HSV(B) | 4.02º | 0.95% | 0.86% | - |
XYZ | 29.92 | 15.94 | 1.82 | - |
YUV | 81.71 | 88.1 | 226.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 25 | 11 | 0 | 0.89 | 0.95 | 0.14 | 4.02 | 0.9 | 0.45 |
Hex | DC | 19 | B | 0 | 59 | 5F | E | 4 | 5A | 2D |
Octal | 334 | 31 | 13 | 0 | 131 | 137 | 16 | 4 | 132 | 55 |
Binary | 11011100 | 11001 | 1011 | 0 | 1011001 | 1011111 | 1110 | 100 | 1011010 | 101101 |
Color Harmonies of #DC190B
Complementary color
Monochromatic Colors of #DC190B
Black with #DC190B
Text Example
Text Example
White with #DC190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC190B; }
p { color: rgb(220,25,11); }
H1.HeaderClassName
{
color: #DC190B;
}
.AnyTagClassName
{
color: #DC190B;
}
</style>
background-color css
<style>
a { background-color: #DC190B; }
a { background-color: rgb(220,25,11); }
div.DivClassName
{
background-color: #DC190B;
}
.BgClassName
{
background-color: #DC190B;
}
</style>
border-color css
<style>
span { border-color: #DC190B; }
span { border-color: rgb(220,25,11); }
td.TdClassName
{
border-color: #DC190B;
}
.TagClassName
{
border-color: #DC190B;
}
</style>