Html Css Color HEX #DB1D1B Harley Davidson Orange

📋 copy color: '#DB1D1B'

red 219 ◦ green 29 ◦ blue 27

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

Shades of Harley Davidson Orange #DB1D1B

Tints of Harley Davidson Orange #DB1D1B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.55%

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

R = 79.64%
G = 10.55%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB1D1B (or 0xDB1D1B) is known color: Harley Davidson Orange. HEX triplet: DB, 1D and 1B. RGB value is (219,29,27). Sum of RGB (Red+Green+Blue) = 219+29+27=275 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.64% from 275); Green value is 29 (11.72% from 255 or 10.55% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1D1B is #24E2E4. Grayscale: #555555. Windows color (decimal): -2417381 or 1777115. OLE color: 1777115.

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

Color convert

RGB 219 29 27 -
CMYK 0 0.87 0.88 0.14
HSL 0.63º 0.78% 0.48% -
HSV(B) 0.63º 0.88% 0.86% -
XYZ 29.85 16.02 2.56 -
YUV 85.58 94.95 223.16 -
System Red Green Blue C M Y K H S L
Decimal 219 29 27 0 0.87 0.88 0.14 0.63 0.78 0.48
Hex DB 1D 1B 0 57 58 E 1 4E 30
Octal 333 35 33 0 127 130 16 1 116 60
Binary 11011011 11101 11011 0 1010111 1011000 1110 1 1001110 110000

Color Harmonies of #DB1D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1D1B

Black with #DB1D1B

Text Example


Text Example

White with #DB1D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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