Html Css Color HEX #DB1919 Harley Davidson Orange

📋 copy color: '#DB1919'

red 219 ◦ green 25 ◦ blue 25

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

Shades of Harley Davidson Orange #DB1919

Tints of Harley Davidson Orange #DB1919

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.29%

 BLUE value IS 25 (10.16% from 255) = 9.29%

R = 81.41%
G = 9.29%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB1919 (or 0xDB1919) is known color: Harley Davidson Orange. HEX triplet: DB, 19 and 19. RGB value is (219,25,25). Sum of RGB (Red+Green+Blue) = 219+25+25=269 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.41% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1919 is #24E6E6. Grayscale: #535353. Windows color (decimal): -2418407 or 1645019. OLE color: 1645019.

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

Color convert

RGB 219 25 25 -
CMYK 0 0.89 0.89 0.14
HSL 0.8% 0.48% -
HSV(B) 0.89% 0.86% -
XYZ 29.74 15.83 2.41 -
YUV 83.01 95.27 225 -
System Red Green Blue C M Y K H S L
Decimal 219 25 25 0 0.89 0.89 0.14 0 0.8 0.48
Hex DB 19 19 0 59 59 E 0 50 30
Octal 333 31 31 0 131 131 16 0 120 60
Binary 11011011 11001 11001 0 1011001 1011001 1110 0 1010000 110000

Color Harmonies of #DB1919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1919

Black with #DB1919

Text Example


Text Example

White with #DB1919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1919; }

 p { color: rgb(219,25,25); }

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

background-color css

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

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

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

border-color css

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

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

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