Html Css Color HEX #DB253E Alizarin

📋 copy color: '#DB253E'

red 219 ◦ green 37 ◦ blue 62

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

Shades of Alizarin #DB253E

Tints of Alizarin #DB253E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.64%

 BLUE value IS 62 (24.61% from 255) = 19.5%

R = 68.87%
G = 11.64%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DB253E (or 0xDB253E) is known color: Alizarin. HEX triplet: DB, 25 and 3E. RGB value is (219,37,62). Sum of RGB (Red+Green+Blue) = 219+37+62=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB253E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB253E is #24DAC1. Grayscale: #5E5E5E. Windows color (decimal): -2415298 or 4072923. OLE color: 4072923.

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

Color convert

RGB 219 37 62 -
CMYK 0 0.83 0.72 0.14
HSL 351.76º 0.72% 0.5% -
HSV(B) 351.76º 0.83% 0.86% -
XYZ 30.74 16.73 6.17 -
YUV 94.27 109.8 216.97 -
System Red Green Blue C M Y K H S L
Decimal 219 37 62 0 0.83 0.72 0.14 351.76 0.72 0.5
Hex DB 25 3E 0 53 48 E 160 48 32
Octal 333 45 76 0 123 110 16 540 110 62
Binary 11011011 100101 111110 0 1010011 1001000 1110 101100000 1001000 110010

Color Harmonies of #DB253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB253E

Black with #DB253E

Text Example


Text Example

White with #DB253E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB253E; }

 p { color: rgb(219,37,62); }

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

background-color css

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

 a { background-color: rgb(219,37,62); }

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

border-color css

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

 span { border-color: rgb(219,37,62); }

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