Html Css Color HEX #DB2040 Crimson

📋 copy color: '#DB2040'

red 219 ◦ green 32 ◦ blue 64

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

Shades of Crimson #DB2040

Tints of Crimson #DB2040

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.16%

 BLUE value IS 64 (25.39% from 255) = 20.32%

R = 69.52%
G = 10.16%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB2040 (or 0xDB2040) is known color: Crimson. HEX triplet: DB, 20 and 40. RGB value is (219,32,64). Sum of RGB (Red+Green+Blue) = 219+32+64=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2040 is #24DFBF. Grayscale: #5B5B5B. Windows color (decimal): -2416576 or 4202715. OLE color: 4202715.

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

Color convert

RGB 219 32 64 -
CMYK 0 0.85 0.71 0.14
HSL 349.73º 0.75% 0.49% -
HSV(B) 349.73º 0.85% 0.86% -
XYZ 30.66 16.46 6.41 -
YUV 91.56 112.45 218.9 -
System Red Green Blue C M Y K H S L
Decimal 219 32 64 0 0.85 0.71 0.14 349.73 0.75 0.49
Hex DB 20 40 0 55 47 E 15E 4B 31
Octal 333 40 100 0 125 107 16 536 113 61
Binary 11011011 100000 1000000 0 1010101 1000111 1110 101011110 1001011 110001

Color Harmonies of #DB2040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2040

Black with #DB2040

Text Example


Text Example

White with #DB2040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2040; }

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

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

background-color css

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

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

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

border-color css

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

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

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