Html Css Color HEX #DB2117 Harley Davidson Orange

📋 copy color: '#DB2117'

red 219 ◦ green 33 ◦ blue 23

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

Shades of Harley Davidson Orange #DB2117

Tints of Harley Davidson Orange #DB2117

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12%

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

R = 79.64%
G = 12%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB2117 (or 0xDB2117) is known color: Harley Davidson Orange. HEX triplet: DB, 21 and 17. RGB value is (219,33,23). Sum of RGB (Red+Green+Blue) = 219+33+23=275 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.64% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 23 (9.38% from 255 or 8.36% from 275); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2117 is #24DEE8. Grayscale: #575757. Windows color (decimal): -2416361 or 1515995. OLE color: 1515995.

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

Color convert

RGB 219 33 23 -
CMYK 0 0.85 0.89 0.14
HSL 3.06º 0.81% 0.47% -
HSV(B) 3.06º 0.89% 0.86% -
XYZ 29.91 16.21 2.36 -
YUV 87.47 91.62 221.81 -
System Red Green Blue C M Y K H S L
Decimal 219 33 23 0 0.85 0.89 0.14 3.06 0.81 0.47
Hex DB 21 17 0 55 59 E 3 51 2F
Octal 333 41 27 0 125 131 16 3 121 57
Binary 11011011 100001 10111 0 1010101 1011001 1110 11 1010001 101111

Color Harmonies of #DB2117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2117

Black with #DB2117

Text Example


Text Example

White with #DB2117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2117; }

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

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

background-color css

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

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

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

border-color css

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

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

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