Html Css Color HEX #DC2338 Alizarin

📋 copy color: '#DC2338'

red 220 ◦ green 35 ◦ blue 56

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

Shades of Alizarin #DC2338

Tints of Alizarin #DC2338

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.25%

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

R = 70.74%
G = 11.25%
B = 18.01%

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

#DC2338 (or 0xDC2338) is known color: Alizarin. HEX triplet: DC, 23 and 38. RGB value is (220,35,56). Sum of RGB (Red+Green+Blue) = 220+35+56=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2338 is #23DCC7. Grayscale: #5C5C5C. Windows color (decimal): -2350280 or 3679196. OLE color: 3679196.

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

Color convert

RGB 220 35 56 -
CMYK 0 0.84 0.75 0.14
HSL 353.19º 0.73% 0.5% -
HSV(B) 353.19º 0.84% 0.86% -
XYZ 30.83 16.7 5.34 -
YUV 92.71 107.29 218.79 -
System Red Green Blue C M Y K H S L
Decimal 220 35 56 0 0.84 0.75 0.14 353.19 0.73 0.5
Hex DC 23 38 0 54 4B E 161 49 32
Octal 334 43 70 0 124 113 16 541 111 62
Binary 11011100 100011 111000 0 1010100 1001011 1110 101100001 1001001 110010

Color Harmonies of #DC2338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2338

Black with #DC2338

Text Example


Text Example

White with #DC2338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2338; }

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

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

background-color css

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

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

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

border-color css

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

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

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