Html Css Color HEX #DB3116 Harley Davidson Orange

📋 copy color: '#DB3116'

red 219 ◦ green 49 ◦ blue 22

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

Shades of Harley Davidson Orange #DB3116

Tints of Harley Davidson Orange #DB3116

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.9%

 BLUE value IS 22 (8.98% from 255) = 7.59%

R = 75.52%
G = 16.9%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB3116 (or 0xDB3116) is known color: Harley Davidson Orange. HEX triplet: DB, 31 and 16. RGB value is (219,49,22). Sum of RGB (Red+Green+Blue) = 219+49+22=290 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.52% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3116 is #24CEE9. Grayscale: #616161. Windows color (decimal): -2412266 or 1454555. OLE color: 1454555.

HSL color Cylindrical-coordinate representation of color #DB3116: hue angle of 8.22º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB3116 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 49 22 -
CMYK 0 0.78 0.90 0.14
HSL 8.22º 0.82% 0.47% -
HSV(B) 8.22º 0.9% 0.86% -
XYZ 30.46 17.31 2.5 -
YUV 96.75 85.82 215.2 -
System Red Green Blue C M Y K H S L
Decimal 219 49 22 0 0.78 0.90 0.14 8.22 0.82 0.47
Hex DB 31 16 0 4E 5A E 8 52 2F
Octal 333 61 26 0 116 132 16 10 122 57
Binary 11011011 110001 10110 0 1001110 1011010 1110 1000 1010010 101111

Color Harmonies of #DB3116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3116

Black with #DB3116

Text Example


Text Example

White with #DB3116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3116; }

 p { color: rgb(219,49,22); }

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

background-color css

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

 a { background-color: rgb(219,49,22); }

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

border-color css

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

 span { border-color: rgb(219,49,22); }

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