Html Css Color HEX #DB3720 Harley Davidson Orange

📋 copy color: '#DB3720'

red 219 ◦ green 55 ◦ blue 32

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

Shades of Harley Davidson Orange #DB3720

Tints of Harley Davidson Orange #DB3720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.46%

R = 71.57%
G = 17.97%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB3720 (or 0xDB3720) is known color: Harley Davidson Orange. HEX triplet: DB, 37 and 20. RGB value is (219,55,32). Sum of RGB (Red+Green+Blue) = 219+55+32=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3720 is #24C8DF. Grayscale: #656565. Windows color (decimal): -2410720 or 2111451. OLE color: 2111451.

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

Color convert

RGB 219 55 32 -
CMYK 0 0.75 0.85 0.14
HSL 7.38º 0.75% 0.49% -
HSV(B) 7.38º 0.85% 0.86% -
XYZ 30.84 17.9 3.2 -
YUV 101.41 88.83 211.87 -
System Red Green Blue C M Y K H S L
Decimal 219 55 32 0 0.75 0.85 0.14 7.38 0.75 0.49
Hex DB 37 20 0 4B 55 E 7 4B 31
Octal 333 67 40 0 113 125 16 7 113 61
Binary 11011011 110111 100000 0 1001011 1010101 1110 111 1001011 110001

Color Harmonies of #DB3720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3720

Black with #DB3720

Text Example


Text Example

White with #DB3720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3720; }

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

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

background-color css

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

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

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

border-color css

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

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

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