Html Css Color HEX #DC2334 Alizarin

📋 copy color: '#DC2334'

red 220 ◦ green 35 ◦ blue 52

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

Shades of Alizarin #DC2334

Tints of Alizarin #DC2334

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.4%

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

R = 71.66%
G = 11.4%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC2334 (or 0xDC2334) is known color: Alizarin. HEX triplet: DC, 23 and 34. RGB value is (220,35,52). Sum of RGB (Red+Green+Blue) = 220+35+52=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2334 is #23DCCB. Grayscale: #5C5C5C. Windows color (decimal): -2350284 or 3417052. OLE color: 3417052.

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

Color convert

RGB 220 35 52 -
CMYK 0 0.84 0.76 0.14
HSL 354.49º 0.73% 0.5% -
HSV(B) 354.49º 0.84% 0.86% -
XYZ 30.74 16.67 4.85 -
YUV 92.25 105.29 219.12 -
System Red Green Blue C M Y K H S L
Decimal 220 35 52 0 0.84 0.76 0.14 354.49 0.73 0.5
Hex DC 23 34 0 54 4C E 162 49 32
Octal 334 43 64 0 124 114 16 542 111 62
Binary 11011100 100011 110100 0 1010100 1001100 1110 101100010 1001001 110010

Color Harmonies of #DC2334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2334

Black with #DC2334

Text Example


Text Example

White with #DC2334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2334; }

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

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

background-color css

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

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

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

border-color css

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

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

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