Html Css Color HEX #DC313E Alizarin

📋 copy color: '#DC313E'

red 220 ◦ green 49 ◦ blue 62

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

Shades of Alizarin #DC313E

Tints of Alizarin #DC313E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.73%

R = 66.47%
G = 14.8%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC313E (or 0xDC313E) is known color: Alizarin. HEX triplet: DC, 31 and 3E. RGB value is (220,49,62). Sum of RGB (Red+Green+Blue) = 220+49+62=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC313E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC313E is #23CEC1. Grayscale: #656565. Windows color (decimal): -2346690 or 4075996. OLE color: 4075996.

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

Color convert

RGB 220 49 62 -
CMYK 0 0.78 0.72 0.14
HSL 355.44º 0.71% 0.53% -
HSV(B) 355.44º 0.78% 0.86% -
XYZ 31.48 17.76 6.33 -
YUV 101.61 105.65 212.44 -
System Red Green Blue C M Y K H S L
Decimal 220 49 62 0 0.78 0.72 0.14 355.44 0.71 0.53
Hex DC 31 3E 0 4E 48 E 163 47 35
Octal 334 61 76 0 116 110 16 543 107 65
Binary 11011100 110001 111110 0 1001110 1001000 1110 101100011 1000111 110101

Color Harmonies of #DC313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC313E

Black with #DC313E

Text Example


Text Example

White with #DC313E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC313E; }

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

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

background-color css

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

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

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

border-color css

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

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

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