Html Css Color HEX #DB2141 Crimson

📋 copy color: '#DB2141'

red 219 ◦ green 33 ◦ blue 65

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

Shades of Crimson #DB2141

Tints of Crimson #DB2141

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.41%

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

R = 69.09%
G = 10.41%
B = 20.5%

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

#DB2141 (or 0xDB2141) is known color: Crimson. HEX triplet: DB, 21 and 41. RGB value is (219,33,65). Sum of RGB (Red+Green+Blue) = 219+33+65=317 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.09% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2141 is #24DEBE. Grayscale: #5C5C5C. Windows color (decimal): -2416319 or 4268507. OLE color: 4268507.

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

Color convert

RGB 219 33 65 -
CMYK 0 0.85 0.70 0.14
HSL 349.68º 0.74% 0.49% -
HSV(B) 349.68º 0.85% 0.86% -
XYZ 30.71 16.53 6.57 -
YUV 92.26 112.62 218.4 -
System Red Green Blue C M Y K H S L
Decimal 219 33 65 0 0.85 0.70 0.14 349.68 0.74 0.49
Hex DB 21 41 0 55 46 E 15E 4A 31
Octal 333 41 101 0 125 106 16 536 112 61
Binary 11011011 100001 1000001 0 1010101 1000110 1110 101011110 1001010 110001

Color Harmonies of #DB2141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2141

Black with #DB2141

Text Example


Text Example

White with #DB2141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2141; }

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

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

background-color css

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

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

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

border-color css

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

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

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