Html Css Color HEX #DB253B Alizarin

📋 copy color: '#DB253B'

red 219 ◦ green 37 ◦ blue 59

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

Shades of Alizarin #DB253B

Tints of Alizarin #DB253B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.73%

R = 69.52%
G = 11.75%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB253B (or 0xDB253B) is known color: Alizarin. HEX triplet: DB, 25 and 3B. RGB value is (219,37,59). Sum of RGB (Red+Green+Blue) = 219+37+59=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB253B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB253B is #24DAC4. Grayscale: #5E5E5E. Windows color (decimal): -2415301 or 3876315. OLE color: 3876315.

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

Color convert

RGB 219 37 59 -
CMYK 0 0.83 0.73 0.14
HSL 352.75º 0.72% 0.5% -
HSV(B) 352.75º 0.83% 0.86% -
XYZ 30.66 16.7 5.74 -
YUV 93.93 108.3 217.21 -
System Red Green Blue C M Y K H S L
Decimal 219 37 59 0 0.83 0.73 0.14 352.75 0.72 0.5
Hex DB 25 3B 0 53 49 E 161 48 32
Octal 333 45 73 0 123 111 16 541 110 62
Binary 11011011 100101 111011 0 1010011 1001001 1110 101100001 1001000 110010

Color Harmonies of #DB253B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB253B

Black with #DB253B

Text Example


Text Example

White with #DB253B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB253B; }

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

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

background-color css

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

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

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

border-color css

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

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

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