Html Css Color HEX #DC2B34 Alizarin

📋 copy color: '#DC2B34'

red 220 ◦ green 43 ◦ blue 52

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

Shades of Alizarin #DC2B34

Tints of Alizarin #DC2B34

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.65%

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

R = 69.84%
G = 13.65%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC2B34 (or 0xDC2B34) is known color: Alizarin. HEX triplet: DC, 2B and 34. RGB value is (220,43,52). Sum of RGB (Red+Green+Blue) = 220+43+52=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2B34 is #23D4CB. Grayscale: #616161. Windows color (decimal): -2348236 or 3419100. OLE color: 3419100.

HSL color Cylindrical-coordinate representation of color #DC2B34: hue angle of 356.95º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2B34 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 43 52 -
CMYK 0 0.80 0.76 0.14
HSL 356.95º 0.72% 0.52% -
HSV(B) 356.95º 0.8% 0.86% -
XYZ 31 17.19 4.93 -
YUV 96.95 102.64 215.77 -
System Red Green Blue C M Y K H S L
Decimal 220 43 52 0 0.80 0.76 0.14 356.95 0.72 0.52
Hex DC 2B 34 0 50 4C E 165 48 34
Octal 334 53 64 0 120 114 16 545 110 64
Binary 11011100 101011 110100 0 1010000 1001100 1110 101100101 1001000 110100

Color Harmonies of #DC2B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2B34

Black with #DC2B34

Text Example


Text Example

White with #DC2B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2B34; }

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

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

background-color css

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

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

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

border-color css

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

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

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