Html Css Color HEX #DC213B Alizarin

📋 copy color: '#DC213B'

red 220 ◦ green 33 ◦ blue 59

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

Shades of Alizarin #DC213B

Tints of Alizarin #DC213B

RGB

 RED value IS 220 (86.33% from 255) = 70.51%

 GREEN value IS 33 (13.28% from 255) = 10.58%

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

R = 70.51%
G = 10.58%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC213B (or 0xDC213B) is known color: Alizarin. HEX triplet: DC, 21 and 3B. RGB value is (220,33,59). Sum of RGB (Red+Green+Blue) = 220+33+59=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC213B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC213B is #23DEC4. Grayscale: #5B5B5B. Windows color (decimal): -2350789 or 3875292. OLE color: 3875292.

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

Color convert

RGB 220 33 59 -
CMYK 0 0.85 0.73 0.14
HSL 351.66º 0.74% 0.5% -
HSV(B) 351.66º 0.85% 0.86% -
XYZ 30.85 16.62 5.72 -
YUV 91.88 109.45 219.39 -
System Red Green Blue C M Y K H S L
Decimal 220 33 59 0 0.85 0.73 0.14 351.66 0.74 0.5
Hex DC 21 3B 0 55 49 E 160 4A 32
Octal 334 41 73 0 125 111 16 540 112 62
Binary 11011100 100001 111011 0 1010101 1001001 1110 101100000 1001010 110010

Color Harmonies of #DC213B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC213B

Black with #DC213B

Text Example


Text Example

White with #DC213B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC213B; }

 p { color: rgb(220,33,59); }

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

background-color css

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

 a { background-color: rgb(220,33,59); }

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

border-color css

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

 span { border-color: rgb(220,33,59); }

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