Html Css Color HEX #DB231C Harley Davidson Orange
📋 copy color: '#DB231C'red 219 ◦ green 35 ◦ blue 28
Shades of Harley Davidson Orange #DB231C
Tints of Harley Davidson Orange #DB231C
RGB
CMYK
RGB Variations
Color information
#DB231C (or 0xDB231C) is known color: Harley Davidson Orange. HEX triplet: DB, 23 and 1C. RGB value is (219,35,28). Sum of RGB (Red+Green+Blue) = 219+35+28=282 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.66% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 219 - color contains mainly: red. Hex color #DB231C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB231C is #24DCE3. Grayscale: #595959. Windows color (decimal): -2415844 or 1844187. OLE color: 1844187.
HSL color Cylindrical-coordinate representation of color #DB231C: hue angle of 2.2º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB231C is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 28 | - |
| CMYK | 0 | 0.84 | 0.87 | 0.14 |
| HSL | 2.2º | 0.77% | 0.48% | - |
| HSV(B) | 2.2º | 0.87% | 0.86% | - |
| XYZ | 30.02 | 16.35 | 2.67 | - |
| YUV | 89.22 | 93.46 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 28 | 0 | 0.84 | 0.87 | 0.14 | 2.2 | 0.77 | 0.48 |
| Hex | DB | 23 | 1C | 0 | 54 | 57 | E | 2 | 4D | 30 |
| Octal | 333 | 43 | 34 | 0 | 124 | 127 | 16 | 2 | 115 | 60 |
| Binary | 11011011 | 100011 | 11100 | 0 | 1010100 | 1010111 | 1110 | 10 | 1001101 | 110000 |
Color Harmonies of #DB231C
Complementary color
Monochromatic Colors of #DB231C
Black with #DB231C
Text Example
Text Example
White with #DB231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB231C; }
p { color: rgb(219,35,28); }
H1.HeaderClassName
{
color: #DB231C;
}
.AnyTagClassName
{
color: #DB231C;
}
</style>
background-color css
<style>
a { background-color: #DB231C; }
a { background-color: rgb(219,35,28); }
div.DivClassName
{
background-color: #DB231C;
}
.BgClassName
{
background-color: #DB231C;
}
</style>
border-color css
<style>
span { border-color: #DB231C; }
span { border-color: rgb(219,35,28); }
td.TdClassName
{
border-color: #DB231C;
}
.TagClassName
{
border-color: #DB231C;
}
</style>