Html Css Color HEX #DB1F11 Harley Davidson Orange

📋 copy color: '#DB1F11'

red 219 ◦ green 31 ◦ blue 17

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

Shades of Harley Davidson Orange #DB1F11

Tints of Harley Davidson Orange #DB1F11

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.61%

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

R = 82.02%
G = 11.61%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB1F11 (or 0xDB1F11) is known color: Harley Davidson Orange. HEX triplet: DB, 1F and 11. RGB value is (219,31,17). Sum of RGB (Red+Green+Blue) = 219+31+17=267 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.02% from 267); Green value is 31 (12.5% from 255 or 11.61% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1F11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB1F11 is #24E0EE. Grayscale: #555555. Windows color (decimal): -2416879 or 1122267. OLE color: 1122267.

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

Color convert

RGB 219 31 17 -
CMYK 0 0.86 0.92 0.14
HSL 4.16º 0.86% 0.46% -
HSV(B) 4.16º 0.92% 0.86% -
XYZ 29.8 16.08 2.06 -
YUV 85.62 89.28 223.14 -
System Red Green Blue C M Y K H S L
Decimal 219 31 17 0 0.86 0.92 0.14 4.16 0.86 0.46
Hex DB 1F 11 0 56 5C E 4 56 2E
Octal 333 37 21 0 126 134 16 4 126 56
Binary 11011011 11111 10001 0 1010110 1011100 1110 100 1010110 101110

Color Harmonies of #DB1F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1F11

Black with #DB1F11

Text Example


Text Example

White with #DB1F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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