Html Css Color HEX #DC223D Alizarin

📋 copy color: '#DC223D'

red 220 ◦ green 34 ◦ blue 61

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

Shades of Alizarin #DC223D

Tints of Alizarin #DC223D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.79%

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

R = 69.84%
G = 10.79%
B = 19.37%

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

#DC223D (or 0xDC223D) is known color: Alizarin. HEX triplet: DC, 22 and 3D. RGB value is (220,34,61). Sum of RGB (Red+Green+Blue) = 220+34+61=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC223D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC223D is #23DDC2. Grayscale: #5C5C5C. Windows color (decimal): -2350531 or 4006620. OLE color: 4006620.

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

Color convert

RGB 220 34 61 -
CMYK 0 0.85 0.72 0.14
HSL 351.29º 0.73% 0.5% -
HSV(B) 351.29º 0.85% 0.86% -
XYZ 30.93 16.7 6.01 -
YUV 92.69 110.12 218.8 -
System Red Green Blue C M Y K H S L
Decimal 220 34 61 0 0.85 0.72 0.14 351.29 0.73 0.5
Hex DC 22 3D 0 55 48 E 15F 49 32
Octal 334 42 75 0 125 110 16 537 111 62
Binary 11011100 100010 111101 0 1010101 1001000 1110 101011111 1001001 110010

Color Harmonies of #DC223D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC223D

Black with #DC223D

Text Example


Text Example

White with #DC223D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC223D; }

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

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

background-color css

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

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

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

border-color css

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

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

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