Html Css Color HEX #DC2438 Alizarin

📋 copy color: '#DC2438'

red 220 ◦ green 36 ◦ blue 56

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

Shades of Alizarin #DC2438

Tints of Alizarin #DC2438

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.54%

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

R = 70.51%
G = 11.54%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC2438 (or 0xDC2438) is known color: Alizarin. HEX triplet: DC, 24 and 38. RGB value is (220,36,56). Sum of RGB (Red+Green+Blue) = 220+36+56=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2438 is #23DBC7. Grayscale: #5D5D5D. Windows color (decimal): -2350024 or 3679452. OLE color: 3679452.

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

Color convert

RGB 220 36 56 -
CMYK 0 0.84 0.75 0.14
HSL 353.48º 0.72% 0.5% -
HSV(B) 353.48º 0.84% 0.86% -
XYZ 30.86 16.76 5.35 -
YUV 93.3 106.96 218.37 -
System Red Green Blue C M Y K H S L
Decimal 220 36 56 0 0.84 0.75 0.14 353.48 0.72 0.5
Hex DC 24 38 0 54 4B E 161 48 32
Octal 334 44 70 0 124 113 16 541 110 62
Binary 11011100 100100 111000 0 1010100 1001011 1110 101100001 1001000 110010

Color Harmonies of #DC2438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2438

Black with #DC2438

Text Example


Text Example

White with #DC2438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2438; }

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

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

background-color css

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

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

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

border-color css

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

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

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