Html Css Color HEX #DB331F Harley Davidson Orange
📋 copy color: '#DB331F'red 219 ◦ green 51 ◦ blue 31
Shades of Harley Davidson Orange #DB331F
Tints of Harley Davidson Orange #DB331F
RGB
CMYK
RGB Variations
Color information
#DB331F (or 0xDB331F) is known color: Harley Davidson Orange. HEX triplet: DB, 33 and 1F. RGB value is (219,51,31). Sum of RGB (Red+Green+Blue) = 219+51+31=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB331F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB331F is #24CCE0. Grayscale: #636363. Windows color (decimal): -2411745 or 2044891. OLE color: 2044891.
HSL color Cylindrical-coordinate representation of color #DB331F: hue angle of 6.38º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB331F is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 51 | 31 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.14 |
| HSL | 6.38º | 0.75% | 0.49% | - |
| HSV(B) | 6.38º | 0.86% | 0.86% | - |
| XYZ | 30.64 | 17.53 | 3.06 | - |
| YUV | 98.95 | 89.66 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 31 | 0 | 0.77 | 0.86 | 0.14 | 6.38 | 0.75 | 0.49 |
| Hex | DB | 33 | 1F | 0 | 4D | 56 | E | 6 | 4B | 31 |
| Octal | 333 | 63 | 37 | 0 | 115 | 126 | 16 | 6 | 113 | 61 |
| Binary | 11011011 | 110011 | 11111 | 0 | 1001101 | 1010110 | 1110 | 110 | 1001011 | 110001 |
Color Harmonies of #DB331F
Complementary color
Monochromatic Colors of #DB331F
Black with #DB331F
Text Example
Text Example
White with #DB331F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB331F; }
p { color: rgb(219,51,31); }
H1.HeaderClassName
{
color: #DB331F;
}
.AnyTagClassName
{
color: #DB331F;
}
</style>
background-color css
<style>
a { background-color: #DB331F; }
a { background-color: rgb(219,51,31); }
div.DivClassName
{
background-color: #DB331F;
}
.BgClassName
{
background-color: #DB331F;
}
</style>
border-color css
<style>
span { border-color: #DB331F; }
span { border-color: rgb(219,51,31); }
td.TdClassName
{
border-color: #DB331F;
}
.TagClassName
{
border-color: #DB331F;
}
</style>