Html Css Color HEX #DB2041 Crimson

📋 copy color: '#DB2041'

red 219 ◦ green 32 ◦ blue 65

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

Shades of Crimson #DB2041

Tints of Crimson #DB2041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.57%

R = 69.3%
G = 10.13%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB2041 (or 0xDB2041) is known color: Crimson. HEX triplet: DB, 20 and 41. RGB value is (219,32,65). Sum of RGB (Red+Green+Blue) = 219+32+65=316 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.30% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2041 is #24DFBE. Grayscale: #5B5B5B. Windows color (decimal): -2416575 or 4268251. OLE color: 4268251.

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

Color convert

RGB 219 32 65 -
CMYK 0 0.85 0.70 0.14
HSL 349.41º 0.75% 0.49% -
HSV(B) 349.41º 0.85% 0.86% -
XYZ 30.68 16.47 6.56 -
YUV 91.68 112.95 218.82 -
System Red Green Blue C M Y K H S L
Decimal 219 32 65 0 0.85 0.70 0.14 349.41 0.75 0.49
Hex DB 20 41 0 55 46 E 15D 4B 31
Octal 333 40 101 0 125 106 16 535 113 61
Binary 11011011 100000 1000001 0 1010101 1000110 1110 101011101 1001011 110001

Color Harmonies of #DB2041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2041

Black with #DB2041

Text Example


Text Example

White with #DB2041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2041; }

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

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

background-color css

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

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

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

border-color css

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

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

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