Html Css Color HEX #DB1B17 Harley Davidson Orange

📋 copy color: '#DB1B17'

red 219 ◦ green 27 ◦ blue 23

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

Shades of Harley Davidson Orange #DB1B17

Tints of Harley Davidson Orange #DB1B17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.55%

R = 81.41%
G = 10.04%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB1B17 (or 0xDB1B17) is known color: Harley Davidson Orange. HEX triplet: DB, 1B and 17. RGB value is (219,27,23). Sum of RGB (Red+Green+Blue) = 219+27+23=269 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.41% from 269); Green value is 27 (10.94% from 255 or 10.04% from 269); Blue value is 23 (9.38% from 255 or 8.55% from 269); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1B17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB1B17 is #24E4E8. Grayscale: #545454. Windows color (decimal): -2417897 or 1514459. OLE color: 1514459.

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

Color convert

RGB 219 27 23 -
CMYK 0 0.88 0.89 0.14
HSL 1.22º 0.81% 0.47% -
HSV(B) 1.22º 0.89% 0.86% -
XYZ 29.76 15.91 2.31 -
YUV 83.95 93.61 224.33 -
System Red Green Blue C M Y K H S L
Decimal 219 27 23 0 0.88 0.89 0.14 1.22 0.81 0.47
Hex DB 1B 17 0 58 59 E 1 51 2F
Octal 333 33 27 0 130 131 16 1 121 57
Binary 11011011 11011 10111 0 1011000 1011001 1110 1 1010001 101111

Color Harmonies of #DB1B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1B17

Black with #DB1B17

Text Example


Text Example

White with #DB1B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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