Html Css Color HEX #DB2518 Harley Davidson Orange

📋 copy color: '#DB2518'

red 219 ◦ green 37 ◦ blue 24

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

Shades of Harley Davidson Orange #DB2518

Tints of Harley Davidson Orange #DB2518

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.21%

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

R = 78.21%
G = 13.21%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB2518 (or 0xDB2518) is known color: Harley Davidson Orange. HEX triplet: DB, 25 and 18. RGB value is (219,37,24). Sum of RGB (Red+Green+Blue) = 219+37+24=280 (37% of max value = 765). Red value is 219 (85.94% from 255 or 78.21% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 24 (9.77% from 255 or 8.57% from 280); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2518 is #24DAE7. Grayscale: #5A5A5A. Windows color (decimal): -2415336 or 1582555. OLE color: 1582555.

HSL color Cylindrical-coordinate representation of color #DB2518: hue angle of 4º 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 #DB2518 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 37 24 -
CMYK 0 0.83 0.89 0.14
HSL 0.8% 0.48% -
HSV(B) 0.89% 0.86% -
XYZ 30.04 16.45 2.46 -
YUV 89.94 90.8 220.06 -
System Red Green Blue C M Y K H S L
Decimal 219 37 24 0 0.83 0.89 0.14 4 0.8 0.48
Hex DB 25 18 0 53 59 E 4 50 30
Octal 333 45 30 0 123 131 16 4 120 60
Binary 11011011 100101 11000 0 1010011 1011001 1110 100 1010000 110000

Color Harmonies of #DB2518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2518

Black with #DB2518

Text Example


Text Example

White with #DB2518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2518; }

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

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

background-color css

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

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

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

border-color css

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

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

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