#DC343F

Color #DC343F Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #DC343F

Tints of Alizarin #DC343F

Color information

#DC343F (or 0xDC343F) is unknown color: approx Alizarin. HEX triplet: DC, 34 and 3F. RGB value is (220,52,63). Sum of RGB (Red+Green+Blue) = 220+52+63=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC343F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC343F is #23CBC0. Grayscale: #676767. Windows color (decimal): -2345921 or 4142300. OLE color: 4142300.

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

Color convert

RGB2205263-
CMYK00.760.710.14
HSL356.07º70.59%53.33%-
HSV(B)356.07º76.36%86.27%-
XYZ31.6418.036.52-
YUV103.49105.16211.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 65.67%
GREEN value IS 52 (20.70% from 255) = 15.52%
BLUE value IS 63 (25% from 255) = 18.81%
R=65.67%
G=15.52%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220526300.760.710.14356.0770.5953.33
HexDC343F04C47E1644735
Octal334647701141071654410765
Binary1101110011010011111101001100100011111101011001001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC343F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC343F; }

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

 H1.HeaderClassName
 {
   color: #DC343F;
 }
 .AnyTagClassName
 {
   color: #DC343F;
 }
</style>
background-color css

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

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

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

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

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

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