Html Css Color HEX #DC2D3A Alizarin

📋 copy color: '#DC2D3A'

red 220 ◦ green 45 ◦ blue 58

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

Shades of Alizarin #DC2D3A

Tints of Alizarin #DC2D3A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.93%

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

R = 68.11%
G = 13.93%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC2D3A (or 0xDC2D3A) is known color: Alizarin. HEX triplet: DC, 2D and 3A. RGB value is (220,45,58). Sum of RGB (Red+Green+Blue) = 220+45+58=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2D3A is #23D2C5. Grayscale: #626262. Windows color (decimal): -2347718 or 3812828. OLE color: 3812828.

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

Color convert

RGB 220 45 58 -
CMYK 0 0.80 0.74 0.14
HSL 355.54º 0.71% 0.52% -
HSV(B) 355.54º 0.8% 0.86% -
XYZ 31.22 17.4 5.72 -
YUV 98.81 104.98 214.44 -
System Red Green Blue C M Y K H S L
Decimal 220 45 58 0 0.80 0.74 0.14 355.54 0.71 0.52
Hex DC 2D 3A 0 50 4A E 164 47 34
Octal 334 55 72 0 120 112 16 544 107 64
Binary 11011100 101101 111010 0 1010000 1001010 1110 101100100 1000111 110100

Color Harmonies of #DC2D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2D3A

Black with #DC2D3A

Text Example


Text Example

White with #DC2D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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