Html Css Color HEX #DC213D Alizarin

📋 copy color: '#DC213D'

red 220 ◦ green 33 ◦ blue 61

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

Shades of Alizarin #DC213D

Tints of Alizarin #DC213D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.43%

R = 70.06%
G = 10.51%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC213D (or 0xDC213D) is known color: Alizarin. HEX triplet: DC, 21 and 3D. RGB value is (220,33,61). Sum of RGB (Red+Green+Blue) = 220+33+61=314 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.06% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 220 - color contains mainly: red. Hex color #DC213D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC213D is #23DEC2. Grayscale: #5C5C5C. Windows color (decimal): -2350787 or 4006364. OLE color: 4006364.

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

Color convert

RGB 220 33 61 -
CMYK 0 0.85 0.72 0.14
HSL 351.02º 0.74% 0.5% -
HSV(B) 351.02º 0.85% 0.86% -
XYZ 30.9 16.64 6 -
YUV 92.11 110.45 219.22 -
System Red Green Blue C M Y K H S L
Decimal 220 33 61 0 0.85 0.72 0.14 351.02 0.74 0.5
Hex DC 21 3D 0 55 48 E 15F 4A 32
Octal 334 41 75 0 125 110 16 537 112 62
Binary 11011100 100001 111101 0 1010101 1001000 1110 101011111 1001010 110010

Color Harmonies of #DC213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC213D

Black with #DC213D

Text Example


Text Example

White with #DC213D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC213D; }

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

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

background-color css

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

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

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

border-color css

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

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

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