Html Css Color HEX #DC2D3B Alizarin

📋 copy color: '#DC2D3B'

red 220 ◦ green 45 ◦ blue 59

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

Shades of Alizarin #DC2D3B

Tints of Alizarin #DC2D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.21%

R = 67.9%
G = 13.89%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC2D3B (or 0xDC2D3B) is known color: Alizarin. HEX triplet: DC, 2D and 3B. RGB value is (220,45,59). Sum of RGB (Red+Green+Blue) = 220+45+59=324 (42% of max value = 765). Red value is 220 (86.33% from 255 or 67.90% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2D3B is #23D2C4. Grayscale: #636363. Windows color (decimal): -2347717 or 3878364. OLE color: 3878364.

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

Color convert

RGB 220 45 59 -
CMYK 0 0.80 0.73 0.14
HSL 355.2º 0.71% 0.52% -
HSV(B) 355.2º 0.8% 0.86% -
XYZ 31.24 17.41 5.85 -
YUV 98.92 105.48 214.36 -
System Red Green Blue C M Y K H S L
Decimal 220 45 59 0 0.80 0.73 0.14 355.2 0.71 0.52
Hex DC 2D 3B 0 50 49 E 163 47 34
Octal 334 55 73 0 120 111 16 543 107 64
Binary 11011100 101101 111011 0 1010000 1001001 1110 101100011 1000111 110100

Color Harmonies of #DC2D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2D3B

Black with #DC2D3B

Text Example


Text Example

White with #DC2D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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