Html Css Color HEX #DC343A Alizarin

📋 copy color: '#DC343A'

red 220 ◦ green 52 ◦ blue 58

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

Shades of Alizarin #DC343A

Tints of Alizarin #DC343A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.58%

R = 66.67%
G = 15.76%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC343A (or 0xDC343A) is known color: Alizarin. HEX triplet: DC, 34 and 3A. RGB value is (220,52,58). Sum of RGB (Red+Green+Blue) = 220+52+58=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC343A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC343A is #23CBC5. Grayscale: #676767. Windows color (decimal): -2345926 or 3814620. OLE color: 3814620.

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

Color convert

RGB 220 52 58 -
CMYK 0 0.76 0.74 0.14
HSL 357.86º 0.71% 0.53% -
HSV(B) 357.86º 0.76% 0.86% -
XYZ 31.51 17.98 5.81 -
YUV 102.92 102.66 211.51 -
System Red Green Blue C M Y K H S L
Decimal 220 52 58 0 0.76 0.74 0.14 357.86 0.71 0.53
Hex DC 34 3A 0 4C 4A E 166 47 35
Octal 334 64 72 0 114 112 16 546 107 65
Binary 11011100 110100 111010 0 1001100 1001010 1110 101100110 1000111 110101

Color Harmonies of #DC343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC343A

Black with #DC343A

Text Example


Text Example

White with #DC343A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC343A; }

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

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

background-color css

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

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

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

border-color css

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

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

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