Html Css Color HEX #DB293F Alizarin

📋 copy color: '#DB293F'

red 219 ◦ green 41 ◦ blue 63

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

Shades of Alizarin #DB293F

Tints of Alizarin #DB293F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.5%

R = 67.8%
G = 12.69%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB293F (or 0xDB293F) is known color: Alizarin. HEX triplet: DB, 29 and 3F. RGB value is (219,41,63). Sum of RGB (Red+Green+Blue) = 219+41+63=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB293F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB293F is #24D6C0. Grayscale: #606060. Windows color (decimal): -2414273 or 4139483. OLE color: 4139483.

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

Color convert

RGB 219 41 63 -
CMYK 0 0.81 0.71 0.14
HSL 352.58º 0.71% 0.51% -
HSV(B) 352.58º 0.81% 0.86% -
XYZ 30.9 17 6.36 -
YUV 96.73 108.97 215.21 -
System Red Green Blue C M Y K H S L
Decimal 219 41 63 0 0.81 0.71 0.14 352.58 0.71 0.51
Hex DB 29 3F 0 51 47 E 161 47 33
Octal 333 51 77 0 121 107 16 541 107 63
Binary 11011011 101001 111111 0 1010001 1000111 1110 101100001 1000111 110011

Color Harmonies of #DB293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB293F

Black with #DB293F

Text Example


Text Example

White with #DB293F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB293F; }

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

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

background-color css

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

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

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

border-color css

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

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

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