Html Css Color HEX #DB2113 Harley Davidson Orange

📋 copy color: '#DB2113'

red 219 ◦ green 33 ◦ blue 19

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

Shades of Harley Davidson Orange #DB2113

Tints of Harley Davidson Orange #DB2113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.01%

R = 80.81%
G = 12.18%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB2113 (or 0xDB2113) is known color: Harley Davidson Orange. HEX triplet: DB, 21 and 13. RGB value is (219,33,19). Sum of RGB (Red+Green+Blue) = 219+33+19=271 (35% of max value = 765). Red value is 219 (85.94% from 255 or 80.81% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2113 is #24DEEC. Grayscale: #575757. Windows color (decimal): -2416365 or 1253851. OLE color: 1253851.

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

Color convert

RGB 219 33 19 -
CMYK 0 0.85 0.91 0.14
HSL 4.2º 0.84% 0.47% -
HSV(B) 4.2º 0.91% 0.86% -
XYZ 29.87 16.19 2.17 -
YUV 87.02 89.62 222.14 -
System Red Green Blue C M Y K H S L
Decimal 219 33 19 0 0.85 0.91 0.14 4.2 0.84 0.47
Hex DB 21 13 0 55 5B E 4 54 2F
Octal 333 41 23 0 125 133 16 4 124 57
Binary 11011011 100001 10011 0 1010101 1011011 1110 100 1010100 101111

Color Harmonies of #DB2113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2113

Black with #DB2113

Text Example


Text Example

White with #DB2113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2113; }

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

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

background-color css

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

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

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

border-color css

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

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

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