Html Css Color HEX #DB231B Harley Davidson Orange
📋 copy color: '#DB231B'red 219 ◦ green 35 ◦ blue 27
Shades of Harley Davidson Orange #DB231B
Tints of Harley Davidson Orange #DB231B
RGB
CMYK
RGB Variations
Color information
#DB231B (or 0xDB231B) is known color: Harley Davidson Orange. HEX triplet: DB, 23 and 1B. RGB value is (219,35,27). Sum of RGB (Red+Green+Blue) = 219+35+27=281 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.94% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 219 - color contains mainly: red. Hex color #DB231B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB231B is #24DCE4. Grayscale: #595959. Windows color (decimal): -2415845 or 1778651. OLE color: 1778651.
HSL color Cylindrical-coordinate representation of color #DB231B: hue angle of 2.5º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB231B is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 27 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.14 |
| HSL | 2.5º | 0.78% | 0.48% | - |
| HSV(B) | 2.5º | 0.88% | 0.86% | - |
| XYZ | 30.01 | 16.34 | 2.61 | - |
| YUV | 89.1 | 92.96 | 220.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 27 | 0 | 0.84 | 0.88 | 0.14 | 2.5 | 0.78 | 0.48 |
| Hex | DB | 23 | 1B | 0 | 54 | 58 | E | 2 | 4E | 30 |
| Octal | 333 | 43 | 33 | 0 | 124 | 130 | 16 | 2 | 116 | 60 |
| Binary | 11011011 | 100011 | 11011 | 0 | 1010100 | 1011000 | 1110 | 10 | 1001110 | 110000 |
Color Harmonies of #DB231B
Complementary color
Monochromatic Colors of #DB231B
Black with #DB231B
Text Example
Text Example
White with #DB231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB231B; }
p { color: rgb(219,35,27); }
H1.HeaderClassName
{
color: #DB231B;
}
.AnyTagClassName
{
color: #DB231B;
}
</style>
background-color css
<style>
a { background-color: #DB231B; }
a { background-color: rgb(219,35,27); }
div.DivClassName
{
background-color: #DB231B;
}
.BgClassName
{
background-color: #DB231B;
}
</style>
border-color css
<style>
span { border-color: #DB231B; }
span { border-color: rgb(219,35,27); }
td.TdClassName
{
border-color: #DB231B;
}
.TagClassName
{
border-color: #DB231B;
}
</style>