Html Css Color HEX #DB3233 Alizarin

📋 copy color: '#DB3233'

red 219 ◦ green 50 ◦ blue 51

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

Shades of Alizarin #DB3233

Tints of Alizarin #DB3233

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.63%

 BLUE value IS 51 (20.31% from 255) = 15.94%

R = 68.44%
G = 15.63%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB3233 (or 0xDB3233) is known color: Alizarin. HEX triplet: DB, 32 and 33. RGB value is (219,50,51). Sum of RGB (Red+Green+Blue) = 219+50+51=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3233 is #24CDCC. Grayscale: #646464. Windows color (decimal): -2411981 or 3355355. OLE color: 3355355.

HSL color Cylindrical-coordinate representation of color #DB3233: hue angle of 359.64º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB3233 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 50 51 -
CMYK 0 0.77 0.77 0.14
HSL 359.65º 0.7% 0.53% -
HSV(B) 359.65º 0.77% 0.86% -
XYZ 30.95 17.58 4.89 -
YUV 100.65 99.99 212.42 -
System Red Green Blue C M Y K H S L
Decimal 219 50 51 0 0.77 0.77 0.14 359.65 0.7 0.53
Hex DB 32 33 0 4D 4D E 168 46 35
Octal 333 62 63 0 115 115 16 550 106 65
Binary 11011011 110010 110011 0 1001101 1001101 1110 101101000 1000110 110101

Color Harmonies of #DB3233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3233

Black with #DB3233

Text Example


Text Example

White with #DB3233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3233; }

 p { color: rgb(219,50,51); }

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

background-color css

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

 a { background-color: rgb(219,50,51); }

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

border-color css

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

 span { border-color: rgb(219,50,51); }

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