Html Css Color HEX #DC2734 Alizarin

📋 copy color: '#DC2734'

red 220 ◦ green 39 ◦ blue 52

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

Shades of Alizarin #DC2734

Tints of Alizarin #DC2734

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.54%

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

R = 70.74%
G = 12.54%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC2734 (or 0xDC2734) is known color: Alizarin. HEX triplet: DC, 27 and 34. RGB value is (220,39,52). Sum of RGB (Red+Green+Blue) = 220+39+52=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2734 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2734 is #23D8CB. Grayscale: #5E5E5E. Windows color (decimal): -2349260 or 3418076. OLE color: 3418076.

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

Color convert

RGB 220 39 52 -
CMYK 0 0.82 0.76 0.14
HSL 355.69º 0.72% 0.51% -
HSV(B) 355.69º 0.82% 0.86% -
XYZ 30.86 16.91 4.89 -
YUV 94.6 103.97 217.44 -
System Red Green Blue C M Y K H S L
Decimal 220 39 52 0 0.82 0.76 0.14 355.69 0.72 0.51
Hex DC 27 34 0 52 4C E 164 48 33
Octal 334 47 64 0 122 114 16 544 110 63
Binary 11011100 100111 110100 0 1010010 1001100 1110 101100100 1001000 110011

Color Harmonies of #DC2734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2734

Black with #DC2734

Text Example


Text Example

White with #DC2734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2734; }

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

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

background-color css

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

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

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

border-color css

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

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

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