Html Css Color HEX #DB2917 Harley Davidson Orange

📋 copy color: '#DB2917'

red 219 ◦ green 41 ◦ blue 23

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

Shades of Harley Davidson Orange #DB2917

Tints of Harley Davidson Orange #DB2917

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.49%

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

R = 77.39%
G = 14.49%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB2917 (or 0xDB2917) is known color: Harley Davidson Orange. HEX triplet: DB, 29 and 17. RGB value is (219,41,23). Sum of RGB (Red+Green+Blue) = 219+41+23=283 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.39% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2917 is #24D6E8. Grayscale: #5C5C5C. Windows color (decimal): -2414313 or 1518043. OLE color: 1518043.

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

Color convert

RGB 219 41 23 -
CMYK 0 0.81 0.89 0.14
HSL 5.51º 0.81% 0.47% -
HSV(B) 5.51º 0.89% 0.86% -
XYZ 30.16 16.71 2.45 -
YUV 92.17 88.97 218.46 -
System Red Green Blue C M Y K H S L
Decimal 219 41 23 0 0.81 0.89 0.14 5.51 0.81 0.47
Hex DB 29 17 0 51 59 E 6 51 2F
Octal 333 51 27 0 121 131 16 6 121 57
Binary 11011011 101001 10111 0 1010001 1011001 1110 110 1010001 101111

Color Harmonies of #DB2917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2917

Black with #DB2917

Text Example


Text Example

White with #DB2917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2917; }

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

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

background-color css

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

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

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

border-color css

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

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

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