Html Css Color HEX #DB1B11 Harley Davidson Orange

📋 copy color: '#DB1B11'

red 219 ◦ green 27 ◦ blue 17

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

Shades of Harley Davidson Orange #DB1B11

Tints of Harley Davidson Orange #DB1B11

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.27%

 BLUE value IS 17 (7.03% from 255) = 6.46%

R = 83.27%
G = 10.27%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB1B11 (or 0xDB1B11) is known color: Harley Davidson Orange. HEX triplet: DB, 1B and 11. RGB value is (219,27,17). Sum of RGB (Red+Green+Blue) = 219+27+17=263 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.27% from 263); Green value is 27 (10.94% from 255 or 10.27% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB1B11 is #24E4EE. Grayscale: #535353. Windows color (decimal): -2417903 or 1121243. OLE color: 1121243.

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

Color convert

RGB 219 27 17 -
CMYK 0 0.88 0.92 0.14
HSL 2.97º 0.86% 0.46% -
HSV(B) 2.97º 0.92% 0.86% -
XYZ 29.71 15.88 2.03 -
YUV 83.27 90.61 224.81 -
System Red Green Blue C M Y K H S L
Decimal 219 27 17 0 0.88 0.92 0.14 2.97 0.86 0.46
Hex DB 1B 11 0 58 5C E 3 56 2E
Octal 333 33 21 0 130 134 16 3 126 56
Binary 11011011 11011 10001 0 1011000 1011100 1110 11 1010110 101110

Color Harmonies of #DB1B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1B11

Black with #DB1B11

Text Example


Text Example

White with #DB1B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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