Html Css Color HEX #DB3B19 Harley Davidson Orange

📋 copy color: '#DB3B19'

red 219 ◦ green 59 ◦ blue 25

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

Shades of Harley Davidson Orange #DB3B19

Tints of Harley Davidson Orange #DB3B19

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.47%

 BLUE value IS 25 (10.16% from 255) = 8.25%

R = 72.28%
G = 19.47%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB3B19 (or 0xDB3B19) is known color: Harley Davidson Orange. HEX triplet: DB, 3B and 19. RGB value is (219,59,25). Sum of RGB (Red+Green+Blue) = 219+59+25=303 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.28% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3B19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3B19 is #24C4E6. Grayscale: #676767. Windows color (decimal): -2409703 or 1653723. OLE color: 1653723.

HSL color Cylindrical-coordinate representation of color #DB3B19: hue angle of 10.52º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB3B19 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 59 25 -
CMYK 0 0.73 0.89 0.14
HSL 10.52º 0.8% 0.48% -
HSV(B) 10.52º 0.89% 0.86% -
XYZ 30.95 18.26 2.81 -
YUV 102.96 84.01 210.76 -
System Red Green Blue C M Y K H S L
Decimal 219 59 25 0 0.73 0.89 0.14 10.52 0.8 0.48
Hex DB 3B 19 0 49 59 E B 50 30
Octal 333 73 31 0 111 131 16 13 120 60
Binary 11011011 111011 11001 0 1001001 1011001 1110 1011 1010000 110000

Color Harmonies of #DB3B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3B19

Black with #DB3B19

Text Example


Text Example

White with #DB3B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3B19; }

 p { color: rgb(219,59,25); }

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

background-color css

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

 a { background-color: rgb(219,59,25); }

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

border-color css

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

 span { border-color: rgb(219,59,25); }

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