Html Css Color HEX #DB2714 Harley Davidson Orange
📋 copy color: '#DB2714'red 219 ◦ green 39 ◦ blue 20
Shades of Harley Davidson Orange #DB2714
Tints of Harley Davidson Orange #DB2714
RGB
CMYK
RGB Variations
Color information
#DB2714 (or 0xDB2714) is known color: Harley Davidson Orange. HEX triplet: DB, 27 and 14. RGB value is (219,39,20). Sum of RGB (Red+Green+Blue) = 219+39+20=278 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.78% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2714 is #24D8EB. Grayscale: #5A5A5A. Windows color (decimal): -2414828 or 1320923. OLE color: 1320923.
HSL color Cylindrical-coordinate representation of color #DB2714: hue angle of 5.73º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB2714 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 20 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.14 |
| HSL | 5.73º | 0.83% | 0.47% | - |
| HSV(B) | 5.73º | 0.91% | 0.86% | - |
| XYZ | 30.07 | 16.56 | 2.27 | - |
| YUV | 90.65 | 88.13 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 20 | 0 | 0.82 | 0.91 | 0.14 | 5.73 | 0.83 | 0.47 |
| Hex | DB | 27 | 14 | 0 | 52 | 5B | E | 6 | 53 | 2F |
| Octal | 333 | 47 | 24 | 0 | 122 | 133 | 16 | 6 | 123 | 57 |
| Binary | 11011011 | 100111 | 10100 | 0 | 1010010 | 1011011 | 1110 | 110 | 1010011 | 101111 |
Color Harmonies of #DB2714
Complementary color
Monochromatic Colors of #DB2714
Black with #DB2714
Text Example
Text Example
White with #DB2714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2714; }
p { color: rgb(219,39,20); }
H1.HeaderClassName
{
color: #DB2714;
}
.AnyTagClassName
{
color: #DB2714;
}
</style>
background-color css
<style>
a { background-color: #DB2714; }
a { background-color: rgb(219,39,20); }
div.DivClassName
{
background-color: #DB2714;
}
.BgClassName
{
background-color: #DB2714;
}
</style>
border-color css
<style>
span { border-color: #DB2714; }
span { border-color: rgb(219,39,20); }
td.TdClassName
{
border-color: #DB2714;
}
.TagClassName
{
border-color: #DB2714;
}
</style>