Html Css Color HEX #DB3121 Harley Davidson Orange

📋 copy color: '#DB3121'

red 219 ◦ green 49 ◦ blue 33

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

Shades of Harley Davidson Orange #DB3121

Tints of Harley Davidson Orange #DB3121

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.28%

 BLUE value IS 33 (13.28% from 255) = 10.96%

R = 72.76%
G = 16.28%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB3121 (or 0xDB3121) is known color: Harley Davidson Orange. HEX triplet: DB, 31 and 21. RGB value is (219,49,33). Sum of RGB (Red+Green+Blue) = 219+49+33=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3121 is #24CEDE. Grayscale: #626262. Windows color (decimal): -2412255 or 2175451. OLE color: 2175451.

HSL color Cylindrical-coordinate representation of color #DB3121: hue angle of 5.16º degrees, saturation: 0.74, 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 #DB3121 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 49 33 -
CMYK 0 0.78 0.85 0.14
HSL 5.16º 0.74% 0.49% -
HSV(B) 5.16º 0.85% 0.86% -
XYZ 30.59 17.37 3.18 -
YUV 98.01 91.32 214.3 -
System Red Green Blue C M Y K H S L
Decimal 219 49 33 0 0.78 0.85 0.14 5.16 0.74 0.49
Hex DB 31 21 0 4E 55 E 5 4A 31
Octal 333 61 41 0 116 125 16 5 112 61
Binary 11011011 110001 100001 0 1001110 1010101 1110 101 1001010 110001

Color Harmonies of #DB3121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3121

Black with #DB3121

Text Example


Text Example

White with #DB3121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3121; }

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

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

background-color css

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

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

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

border-color css

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

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

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