Html Css Color HEX #DB1A17 Harley Davidson Orange

📋 copy color: '#DB1A17'

red 219 ◦ green 26 ◦ blue 23

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

Shades of Harley Davidson Orange #DB1A17

Tints of Harley Davidson Orange #DB1A17

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.7%

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

R = 81.72%
G = 9.7%
B = 8.58%

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

#DB1A17 (or 0xDB1A17) is known color: Harley Davidson Orange. HEX triplet: DB, 1A and 17. RGB value is (219,26,23). Sum of RGB (Red+Green+Blue) = 219+26+23=268 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.72% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB1A17 is #24E5E8. Grayscale: #535353. Windows color (decimal): -2418153 or 1514203. OLE color: 1514203.

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

Color convert

RGB 219 26 23 -
CMYK 0 0.88 0.89 0.14
HSL 0.92º 0.81% 0.47% -
HSV(B) 0.92º 0.89% 0.86% -
XYZ 29.74 15.86 2.3 -
YUV 83.37 93.94 224.74 -
System Red Green Blue C M Y K H S L
Decimal 219 26 23 0 0.88 0.89 0.14 0.92 0.81 0.47
Hex DB 1A 17 0 58 59 E 1 51 2F
Octal 333 32 27 0 130 131 16 1 121 57
Binary 11011011 11010 10111 0 1011000 1011001 1110 1 1010001 101111

Color Harmonies of #DB1A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1A17

Black with #DB1A17

Text Example


Text Example

White with #DB1A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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