Html Css Color HEX #DB1E1B Harley Davidson Orange

📋 copy color: '#DB1E1B'

red 219 ◦ green 30 ◦ blue 27

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

Shades of Harley Davidson Orange #DB1E1B

Tints of Harley Davidson Orange #DB1E1B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.87%

 BLUE value IS 27 (10.94% from 255) = 9.78%

R = 79.35%
G = 10.87%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB1E1B (or 0xDB1E1B) is known color: Harley Davidson Orange. HEX triplet: DB, 1E and 1B. RGB value is (219,30,27). Sum of RGB (Red+Green+Blue) = 219+30+27=276 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.35% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1E1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1E1B is #24E1E4. Grayscale: #565656. Windows color (decimal): -2417125 or 1777371. OLE color: 1777371.

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

Color convert

RGB 219 30 27 -
CMYK 0 0.86 0.88 0.14
HSL 0.94º 0.78% 0.48% -
HSV(B) 0.94º 0.88% 0.86% -
XYZ 29.88 16.07 2.56 -
YUV 86.17 94.62 222.74 -
System Red Green Blue C M Y K H S L
Decimal 219 30 27 0 0.86 0.88 0.14 0.94 0.78 0.48
Hex DB 1E 1B 0 56 58 E 1 4E 30
Octal 333 36 33 0 126 130 16 1 116 60
Binary 11011011 11110 11011 0 1010110 1011000 1110 1 1001110 110000

Color Harmonies of #DB1E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1E1B

Black with #DB1E1B

Text Example


Text Example

White with #DB1E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1E1B; }

 p { color: rgb(219,30,27); }

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

background-color css

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

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

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

border-color css

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

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

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