Html Css Color HEX #DB2935 Alizarin

📋 copy color: '#DB2935'

red 219 ◦ green 41 ◦ blue 53

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

Shades of Alizarin #DB2935

Tints of Alizarin #DB2935

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.1%

 BLUE value IS 53 (21.09% from 255) = 16.93%

R = 69.97%
G = 13.1%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB2935 (or 0xDB2935) is known color: Alizarin. HEX triplet: DB, 29 and 35. RGB value is (219,41,53). Sum of RGB (Red+Green+Blue) = 219+41+53=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2935 is #24D6CA. Grayscale: #5F5F5F. Windows color (decimal): -2414283 or 3484123. OLE color: 3484123.

HSL color Cylindrical-coordinate representation of color #DB2935: hue angle of 355.96º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2935 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 41 53 -
CMYK 0 0.81 0.76 0.14
HSL 355.96º 0.71% 0.51% -
HSV(B) 355.96º 0.81% 0.86% -
XYZ 30.65 16.9 5.02 -
YUV 95.59 103.97 216.02 -
System Red Green Blue C M Y K H S L
Decimal 219 41 53 0 0.81 0.76 0.14 355.96 0.71 0.51
Hex DB 29 35 0 51 4C E 164 47 33
Octal 333 51 65 0 121 114 16 544 107 63
Binary 11011011 101001 110101 0 1010001 1001100 1110 101100100 1000111 110011

Color Harmonies of #DB2935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2935

Black with #DB2935

Text Example


Text Example

White with #DB2935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2935; }

 p { color: rgb(219,41,53); }

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

background-color css

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

 a { background-color: rgb(219,41,53); }

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

border-color css

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

 span { border-color: rgb(219,41,53); }

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