Html Css Color HEX #DB1913 Harley Davidson Orange

📋 copy color: '#DB1913'

red 219 ◦ green 25 ◦ blue 19

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

Shades of Harley Davidson Orange #DB1913

Tints of Harley Davidson Orange #DB1913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.22%

R = 83.27%
G = 9.51%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB1913 (or 0xDB1913) is known color: Harley Davidson Orange. HEX triplet: DB, 19 and 13. RGB value is (219,25,19). Sum of RGB (Red+Green+Blue) = 219+25+19=263 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.27% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1913 is #24E6EC. Grayscale: #525252. Windows color (decimal): -2418413 or 1251803. OLE color: 1251803.

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

Color convert

RGB 219 25 19 -
CMYK 0 0.89 0.91 0.14
HSL 1.8º 0.84% 0.47% -
HSV(B) 1.8º 0.91% 0.86% -
XYZ 29.68 15.8 2.1 -
YUV 82.32 92.27 225.49 -
System Red Green Blue C M Y K H S L
Decimal 219 25 19 0 0.89 0.91 0.14 1.8 0.84 0.47
Hex DB 19 13 0 59 5B E 2 54 2F
Octal 333 31 23 0 131 133 16 2 124 57
Binary 11011011 11001 10011 0 1011001 1011011 1110 10 1010100 101111

Color Harmonies of #DB1913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1913

Black with #DB1913

Text Example


Text Example

White with #DB1913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1913; }

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

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

background-color css

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

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

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

border-color css

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

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

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