Html Css Color HEX #DC343F Alizarin

📋 copy color: '#DC343F'

red 220 ◦ green 52 ◦ blue 63

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

Shades of Alizarin #DC343F

Tints of Alizarin #DC343F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.52%

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

R = 65.67%
G = 15.52%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC343F (or 0xDC343F) is known color: 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

RGB 220 52 63 -
CMYK 0 0.76 0.71 0.14
HSL 356.07º 0.71% 0.53% -
HSV(B) 356.07º 0.76% 0.86% -
XYZ 31.64 18.03 6.52 -
YUV 103.49 105.16 211.11 -
System Red Green Blue C M Y K H S L
Decimal 220 52 63 0 0.76 0.71 0.14 356.07 0.71 0.53
Hex DC 34 3F 0 4C 47 E 164 47 35
Octal 334 64 77 0 114 107 16 544 107 65
Binary 11011100 110100 111111 0 1001100 1000111 1110 101100100 1000111 110101

Color Harmonies of #DC343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC343F

Black with #DC343F

Text Example


Text Example

White with #DC343F

Text Example


Text Example

HTML Codes & Css Web 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>