Html Css Color HEX #DC313C Alizarin

📋 copy color: '#DC313C'

red 220 ◦ green 49 ◦ blue 60

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

Shades of Alizarin #DC313C

Tints of Alizarin #DC313C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.24%

R = 66.87%
G = 14.89%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC313C (or 0xDC313C) is known color: Alizarin. HEX triplet: DC, 31 and 3C. RGB value is (220,49,60). Sum of RGB (Red+Green+Blue) = 220+49+60=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC313C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC313C is #23CEC3. Grayscale: #656565. Windows color (decimal): -2346692 or 3944924. OLE color: 3944924.

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

Color convert

RGB 220 49 60 -
CMYK 0 0.78 0.73 0.14
HSL 356.14º 0.71% 0.53% -
HSV(B) 356.14º 0.78% 0.86% -
XYZ 31.43 17.74 6.04 -
YUV 101.38 104.65 212.61 -
System Red Green Blue C M Y K H S L
Decimal 220 49 60 0 0.78 0.73 0.14 356.14 0.71 0.53
Hex DC 31 3C 0 4E 49 E 164 47 35
Octal 334 61 74 0 116 111 16 544 107 65
Binary 11011100 110001 111100 0 1001110 1001001 1110 101100100 1000111 110101

Color Harmonies of #DC313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC313C

Black with #DC313C

Text Example


Text Example

White with #DC313C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC313C; }

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

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

background-color css

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

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

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

border-color css

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

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

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