Html Css Color HEX #DB2418 Harley Davidson Orange

📋 copy color: '#DB2418'

red 219 ◦ green 36 ◦ blue 24

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

Shades of Harley Davidson Orange #DB2418

Tints of Harley Davidson Orange #DB2418

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.9%

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

R = 78.49%
G = 12.9%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB2418 (or 0xDB2418) is known color: Harley Davidson Orange. HEX triplet: DB, 24 and 18. RGB value is (219,36,24). Sum of RGB (Red+Green+Blue) = 219+36+24=279 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.49% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2418 is #24DBE7. Grayscale: #595959. Windows color (decimal): -2415592 or 1582299. OLE color: 1582299.

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

Color convert

RGB 219 36 24 -
CMYK 0 0.84 0.89 0.14
HSL 3.69º 0.8% 0.48% -
HSV(B) 3.69º 0.89% 0.86% -
XYZ 30.01 16.39 2.45 -
YUV 89.35 91.13 220.48 -
System Red Green Blue C M Y K H S L
Decimal 219 36 24 0 0.84 0.89 0.14 3.69 0.8 0.48
Hex DB 24 18 0 54 59 E 4 50 30
Octal 333 44 30 0 124 131 16 4 120 60
Binary 11011011 100100 11000 0 1010100 1011001 1110 100 1010000 110000

Color Harmonies of #DB2418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2418

Black with #DB2418

Text Example


Text Example

White with #DB2418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2418; }

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

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

background-color css

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

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

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

border-color css

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

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

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