Html Css Color HEX #DC2234 Alizarin

📋 copy color: '#DC2234'

red 220 ◦ green 34 ◦ blue 52

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

Shades of Alizarin #DC2234

Tints of Alizarin #DC2234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.99%

R = 71.9%
G = 11.11%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC2234 (or 0xDC2234) is known color: Alizarin. HEX triplet: DC, 22 and 34. RGB value is (220,34,52). Sum of RGB (Red+Green+Blue) = 220+34+52=306 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.90% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2234 is #23DDCB. Grayscale: #5B5B5B. Windows color (decimal): -2350540 or 3416796. OLE color: 3416796.

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

Color convert

RGB 220 34 52 -
CMYK 0 0.85 0.76 0.14
HSL 354.19º 0.73% 0.5% -
HSV(B) 354.19º 0.85% 0.86% -
XYZ 30.71 16.61 4.84 -
YUV 91.67 105.62 219.54 -
System Red Green Blue C M Y K H S L
Decimal 220 34 52 0 0.85 0.76 0.14 354.19 0.73 0.5
Hex DC 22 34 0 55 4C E 162 49 32
Octal 334 42 64 0 125 114 16 542 111 62
Binary 11011100 100010 110100 0 1010101 1001100 1110 101100010 1001001 110010

Color Harmonies of #DC2234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2234

Black with #DC2234

Text Example


Text Example

White with #DC2234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2234; }

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

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

background-color css

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

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

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

border-color css

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

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

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