Html Css Color HEX #DC2A38 Alizarin

📋 copy color: '#DC2A38'

red 220 ◦ green 42 ◦ blue 56

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

Shades of Alizarin #DC2A38

Tints of Alizarin #DC2A38

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.21%

 BLUE value IS 56 (22.27% from 255) = 17.61%

R = 69.18%
G = 13.21%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC2A38 (or 0xDC2A38) is known color: Alizarin. HEX triplet: DC, 2A and 38. RGB value is (220,42,56). Sum of RGB (Red+Green+Blue) = 220+42+56=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 42 (16.80% from 255 or 13.21% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2A38 is #23D5C7. Grayscale: #606060. Windows color (decimal): -2348488 or 3680988. OLE color: 3680988.

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

Color convert

RGB 220 42 56 -
CMYK 0 0.81 0.75 0.14
HSL 355.28º 0.72% 0.51% -
HSV(B) 355.28º 0.81% 0.86% -
XYZ 31.06 17.16 5.42 -
YUV 96.82 104.97 215.86 -
System Red Green Blue C M Y K H S L
Decimal 220 42 56 0 0.81 0.75 0.14 355.28 0.72 0.51
Hex DC 2A 38 0 51 4B E 163 48 33
Octal 334 52 70 0 121 113 16 543 110 63
Binary 11011100 101010 111000 0 1010001 1001011 1110 101100011 1001000 110011

Color Harmonies of #DC2A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2A38

Black with #DC2A38

Text Example


Text Example

White with #DC2A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2A38; }

 p { color: rgb(220,42,56); }

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

background-color css

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

 a { background-color: rgb(220,42,56); }

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

border-color css

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

 span { border-color: rgb(220,42,56); }

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