Html Css Color HEX #DB2341 Alizarin

📋 copy color: '#DB2341'

red 219 ◦ green 35 ◦ blue 65

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

Shades of Alizarin #DB2341

Tints of Alizarin #DB2341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.97%

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

R = 68.65%
G = 10.97%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB2341 (or 0xDB2341) is known color: Alizarin. HEX triplet: DB, 23 and 41. RGB value is (219,35,65). Sum of RGB (Red+Green+Blue) = 219+35+65=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2341 is #24DCBE. Grayscale: #5D5D5D. Windows color (decimal): -2415807 or 4269019. OLE color: 4269019.

HSL color Cylindrical-coordinate representation of color #DB2341: hue angle of 350.22º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB2341 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 35 65 -
CMYK 0 0.84 0.70 0.14
HSL 350.22º 0.72% 0.5% -
HSV(B) 350.22º 0.84% 0.86% -
XYZ 30.77 16.64 6.59 -
YUV 93.44 111.96 217.56 -
System Red Green Blue C M Y K H S L
Decimal 219 35 65 0 0.84 0.70 0.14 350.22 0.72 0.5
Hex DB 23 41 0 54 46 E 15E 48 32
Octal 333 43 101 0 124 106 16 536 110 62
Binary 11011011 100011 1000001 0 1010100 1000110 1110 101011110 1001000 110010

Color Harmonies of #DB2341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2341

Black with #DB2341

Text Example


Text Example

White with #DB2341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2341; }

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

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

background-color css

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

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

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

border-color css

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

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

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