Html Css Color HEX #DC3134 Alizarin

📋 copy color: '#DC3134'

red 220 ◦ green 49 ◦ blue 52

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

Shades of Alizarin #DC3134

Tints of Alizarin #DC3134

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.26%

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

R = 68.54%
G = 15.26%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC3134 (or 0xDC3134) is known color: Alizarin. HEX triplet: DC, 31 and 34. RGB value is (220,49,52). Sum of RGB (Red+Green+Blue) = 220+49+52=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3134 is #23CECB. Grayscale: #646464. Windows color (decimal): -2346700 or 3420636. OLE color: 3420636.

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

Color convert

RGB 220 49 52 -
CMYK 0 0.78 0.76 0.14
HSL 358.95º 0.71% 0.53% -
HSV(B) 358.95º 0.78% 0.86% -
XYZ 31.23 17.66 5.01 -
YUV 100.47 100.65 213.26 -
System Red Green Blue C M Y K H S L
Decimal 220 49 52 0 0.78 0.76 0.14 358.95 0.71 0.53
Hex DC 31 34 0 4E 4C E 167 47 35
Octal 334 61 64 0 116 114 16 547 107 65
Binary 11011100 110001 110100 0 1001110 1001100 1110 101100111 1000111 110101

Color Harmonies of #DC3134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3134

Black with #DC3134

Text Example


Text Example

White with #DC3134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3134; }

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

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

background-color css

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

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

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

border-color css

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

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

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