Html Css Color HEX #DC293A Alizarin

📋 copy color: '#DC293A'

red 220 ◦ green 41 ◦ blue 58

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

Shades of Alizarin #DC293A

Tints of Alizarin #DC293A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.85%

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

R = 68.97%
G = 12.85%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC293A (or 0xDC293A) is known color: Alizarin. HEX triplet: DC, 29 and 3A. RGB value is (220,41,58). Sum of RGB (Red+Green+Blue) = 220+41+58=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC293A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC293A is #23D6C5. Grayscale: #606060. Windows color (decimal): -2348742 or 3811804. OLE color: 3811804.

HSL color Cylindrical-coordinate representation of color #DC293A: hue angle of 354.3º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC293A is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 41 58 -
CMYK 0 0.81 0.74 0.14
HSL 354.3º 0.72% 0.51% -
HSV(B) 354.3º 0.81% 0.86% -
XYZ 31.07 17.11 5.67 -
YUV 96.46 106.3 216.12 -
System Red Green Blue C M Y K H S L
Decimal 220 41 58 0 0.81 0.74 0.14 354.3 0.72 0.51
Hex DC 29 3A 0 51 4A E 162 48 33
Octal 334 51 72 0 121 112 16 542 110 63
Binary 11011100 101001 111010 0 1010001 1001010 1110 101100010 1001000 110011

Color Harmonies of #DC293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC293A

Black with #DC293A

Text Example


Text Example

White with #DC293A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC293A; }

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

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

background-color css

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

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

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

border-color css

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

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

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