Html Css Color HEX #DC313F Alizarin

📋 copy color: '#DC313F'

red 220 ◦ green 49 ◦ blue 63

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

Shades of Alizarin #DC313F

Tints of Alizarin #DC313F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.98%

R = 66.27%
G = 14.76%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC313F (or 0xDC313F) is known color: Alizarin. HEX triplet: DC, 31 and 3F. RGB value is (220,49,63). Sum of RGB (Red+Green+Blue) = 220+49+63=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC313F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC313F is #23CEC0. Grayscale: #656565. Windows color (decimal): -2346689 or 4141532. OLE color: 4141532.

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

Color convert

RGB 220 49 63 -
CMYK 0 0.78 0.71 0.14
HSL 355.09º 0.71% 0.53% -
HSV(B) 355.09º 0.78% 0.86% -
XYZ 31.51 17.77 6.47 -
YUV 101.73 106.15 212.36 -
System Red Green Blue C M Y K H S L
Decimal 220 49 63 0 0.78 0.71 0.14 355.09 0.71 0.53
Hex DC 31 3F 0 4E 47 E 163 47 35
Octal 334 61 77 0 116 107 16 543 107 65
Binary 11011100 110001 111111 0 1001110 1000111 1110 101100011 1000111 110101

Color Harmonies of #DC313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC313F

Black with #DC313F

Text Example


Text Example

White with #DC313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC313F; }

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

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

background-color css

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

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

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

border-color css

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

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

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