Html Css Color HEX #DB2913 Harley Davidson Orange

📋 copy color: '#DB2913'

red 219 ◦ green 41 ◦ blue 19

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

Shades of Harley Davidson Orange #DB2913

Tints of Harley Davidson Orange #DB2913

RGB

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

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

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

R = 78.49%
G = 14.7%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB2913 (or 0xDB2913) is known color: Harley Davidson Orange. HEX triplet: DB, 29 and 13. RGB value is (219,41,19). Sum of RGB (Red+Green+Blue) = 219+41+19=279 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.49% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2913 is #24D6EC. Grayscale: #5B5B5B. Windows color (decimal): -2414317 or 1255899. OLE color: 1255899.

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

Color convert

RGB 219 41 19 -
CMYK 0 0.81 0.91 0.14
HSL 6.6º 0.84% 0.47% -
HSV(B) 6.6º 0.91% 0.86% -
XYZ 30.12 16.69 2.25 -
YUV 91.71 86.97 218.79 -
System Red Green Blue C M Y K H S L
Decimal 219 41 19 0 0.81 0.91 0.14 6.6 0.84 0.47
Hex DB 29 13 0 51 5B E 7 54 2F
Octal 333 51 23 0 121 133 16 7 124 57
Binary 11011011 101001 10011 0 1010001 1011011 1110 111 1010100 101111

Color Harmonies of #DB2913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2913

Black with #DB2913

Text Example


Text Example

White with #DB2913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2913; }

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

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

background-color css

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

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

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

border-color css

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

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

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