Html Css Color HEX #DB2334 Alizarin

📋 copy color: '#DB2334'

red 219 ◦ green 35 ◦ blue 52

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

Shades of Alizarin #DB2334

Tints of Alizarin #DB2334

RGB

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

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

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

R = 71.57%
G = 11.44%
B = 16.99%

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

#DB2334 (or 0xDB2334) is known color: Alizarin. HEX triplet: DB, 23 and 34. RGB value is (219,35,52). Sum of RGB (Red+Green+Blue) = 219+35+52=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2334 is #24DCCB. Grayscale: #5C5C5C. Windows color (decimal): -2415820 or 3417051. OLE color: 3417051.

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

Color convert

RGB 219 35 52 -
CMYK 0 0.84 0.76 0.14
HSL 354.46º 0.72% 0.5% -
HSV(B) 354.46º 0.84% 0.86% -
XYZ 30.43 16.51 4.83 -
YUV 91.95 105.46 218.62 -
System Red Green Blue C M Y K H S L
Decimal 219 35 52 0 0.84 0.76 0.14 354.46 0.72 0.5
Hex DB 23 34 0 54 4C E 162 48 32
Octal 333 43 64 0 124 114 16 542 110 62
Binary 11011011 100011 110100 0 1010100 1001100 1110 101100010 1001000 110010

Color Harmonies of #DB2334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2334

Black with #DB2334

Text Example


Text Example

White with #DB2334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2334; }

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

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

background-color css

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

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

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

border-color css

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

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

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