Html Css Color HEX #DC2B38 Alizarin

📋 copy color: '#DC2B38'

red 220 ◦ green 43 ◦ blue 56

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

Shades of Alizarin #DC2B38

Tints of Alizarin #DC2B38

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.48%

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

R = 68.97%
G = 13.48%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC2B38 (or 0xDC2B38) is known color: Alizarin. HEX triplet: DC, 2B and 38. RGB value is (220,43,56). Sum of RGB (Red+Green+Blue) = 220+43+56=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 43 (17.19% from 255 or 13.48% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2B38 is #23D4C7. Grayscale: #616161. Windows color (decimal): -2348232 or 3681244. OLE color: 3681244.

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

Color convert

RGB 220 43 56 -
CMYK 0 0.80 0.75 0.14
HSL 355.59º 0.72% 0.52% -
HSV(B) 355.59º 0.8% 0.86% -
XYZ 31.09 17.23 5.43 -
YUV 97.41 104.64 215.44 -
System Red Green Blue C M Y K H S L
Decimal 220 43 56 0 0.80 0.75 0.14 355.59 0.72 0.52
Hex DC 2B 38 0 50 4B E 164 48 34
Octal 334 53 70 0 120 113 16 544 110 64
Binary 11011100 101011 111000 0 1010000 1001011 1110 101100100 1001000 110100

Color Harmonies of #DC2B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2B38

Black with #DC2B38

Text Example


Text Example

White with #DC2B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2B38; }

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

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

background-color css

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

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

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

border-color css

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

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

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