Html Css Color HEX #DB3710 Harley Davidson Orange

📋 copy color: '#DB3710'

red 219 ◦ green 55 ◦ blue 16

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

Shades of Harley Davidson Orange #DB3710

Tints of Harley Davidson Orange #DB3710

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.97%

 BLUE value IS 16 (6.64% from 255) = 5.52%

R = 75.52%
G = 18.97%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB3710 (or 0xDB3710) is known color: Harley Davidson Orange. HEX triplet: DB, 37 and 10. RGB value is (219,55,16). Sum of RGB (Red+Green+Blue) = 219+55+16=290 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.52% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3710 is #24C8EF. Grayscale: #636363. Windows color (decimal): -2410736 or 1062875. OLE color: 1062875.

HSL color Cylindrical-coordinate representation of color #DB3710: hue angle of 11.53º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB3710 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 55 16 -
CMYK 0 0.75 0.93 0.14
HSL 11.53º 0.86% 0.46% -
HSV(B) 11.53º 0.93% 0.86% -
XYZ 30.67 17.83 2.32 -
YUV 99.59 80.83 213.17 -
System Red Green Blue C M Y K H S L
Decimal 219 55 16 0 0.75 0.93 0.14 11.53 0.86 0.46
Hex DB 37 10 0 4B 5D E C 56 2E
Octal 333 67 20 0 113 135 16 14 126 56
Binary 11011011 110111 10000 0 1001011 1011101 1110 1100 1010110 101110

Color Harmonies of #DB3710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3710

Black with #DB3710

Text Example


Text Example

White with #DB3710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3710; }

 p { color: rgb(219,55,16); }

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

background-color css

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

 a { background-color: rgb(219,55,16); }

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

border-color css

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

 span { border-color: rgb(219,55,16); }

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