Html Css Color HEX #DB2818 Harley Davidson Orange

📋 copy color: '#DB2818'

red 219 ◦ green 40 ◦ blue 24

#DB2818
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #DB2818

Tints of Harley Davidson Orange #DB2818

RGB

 RED value IS 219 (85.94% from 255) = 77.39%

 GREEN value IS 40 (16.02% from 255) = 14.13%

 BLUE value IS 24 (9.77% from 255) = 8.48%

R = 77.39%
G = 14.13%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DB2818 (or 0xDB2818) is known color: Harley Davidson Orange. HEX triplet: DB, 28 and 18. RGB value is (219,40,24). Sum of RGB (Red+Green+Blue) = 219+40+24=283 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.39% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2818 is #24D7E7. Grayscale: #5B5B5B. Windows color (decimal): -2414568 or 1583323. OLE color: 1583323.

HSL color Cylindrical-coordinate representation of color #DB2818: hue angle of 4.92º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB2818 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 40 24 -
CMYK 0 0.82 0.89 0.14
HSL 4.92º 0.8% 0.48% -
HSV(B) 4.92º 0.89% 0.86% -
XYZ 30.14 16.64 2.49 -
YUV 91.7 89.8 218.8 -
System Red Green Blue C M Y K H S L
Decimal 219 40 24 0 0.82 0.89 0.14 4.92 0.8 0.48
Hex DB 28 18 0 52 59 E 5 50 30
Octal 333 50 30 0 122 131 16 5 120 60
Binary 11011011 101000 11000 0 1010010 1011001 1110 101 1010000 110000

Color Harmonies of #DB2818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2818

Black with #DB2818

Text Example


Text Example

White with #DB2818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2818; }

 p { color: rgb(219,40,24); }

 H1.HeaderClassName
 {
   color: #DB2818;
 }
 .AnyTagClassName
 {
   color: #DB2818;
 }
</style>

background-color css

<style>
 a { background-color: #DB2818; }

 a { background-color: rgb(219,40,24); }

 div.DivClassName
 {
   background-color: #DB2818;
 }
 .BgClassName
 {
   background-color: #DB2818;
 }
</style>

border-color css

<style>
 span { border-color: #DB2818; }

 span { border-color: rgb(219,40,24); }

 td.TdClassName
 {
   border-color: #DB2818;
 }
 .TagClassName
 {
   border-color: #DB2818;
 }
</style>