Html Css Color HEX #DB2234 Alizarin

📋 copy color: '#DB2234'

red 219 ◦ green 34 ◦ blue 52

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

Shades of Alizarin #DB2234

Tints of Alizarin #DB2234

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.15%

 BLUE value IS 52 (20.7% from 255) = 17.05%

R = 71.8%
G = 11.15%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB2234 (or 0xDB2234) is known color: Alizarin. HEX triplet: DB, 22 and 34. RGB value is (219,34,52). Sum of RGB (Red+Green+Blue) = 219+34+52=305 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.80% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2234 is #24DDCB. Grayscale: #5B5B5B. Windows color (decimal): -2416076 or 3416795. OLE color: 3416795.

HSL color Cylindrical-coordinate representation of color #DB2234: hue angle of 354.16º degrees, saturation: 0.73, 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 #DB2234 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 34 52 -
CMYK 0 0.84 0.76 0.14
HSL 354.16º 0.73% 0.5% -
HSV(B) 354.16º 0.84% 0.86% -
XYZ 30.41 16.45 4.82 -
YUV 91.37 105.79 219.04 -
System Red Green Blue C M Y K H S L
Decimal 219 34 52 0 0.84 0.76 0.14 354.16 0.73 0.5
Hex DB 22 34 0 54 4C E 162 49 32
Octal 333 42 64 0 124 114 16 542 111 62
Binary 11011011 100010 110100 0 1010100 1001100 1110 101100010 1001001 110010

Color Harmonies of #DB2234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2234

Black with #DB2234

Text Example


Text Example

White with #DB2234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2234; }

 p { color: rgb(219,34,52); }

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

background-color css

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

 a { background-color: rgb(219,34,52); }

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

border-color css

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

 span { border-color: rgb(219,34,52); }

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