Html Css Color HEX #DC232C Alizarin

📋 copy color: '#DC232C'

red 220 ◦ green 35 ◦ blue 44

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

Shades of Alizarin #DC232C

Tints of Alizarin #DC232C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.72%

R = 73.58%
G = 11.71%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#DC232C (or 0xDC232C) is known color: Alizarin. HEX triplet: DC, 23 and 2C. RGB value is (220,35,44). Sum of RGB (Red+Green+Blue) = 220+35+44=299 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.58% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 220 - color contains mainly: red. Hex color #DC232C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC232C is #23DCD3. Grayscale: #5B5B5B. Windows color (decimal): -2350292 or 2892764. OLE color: 2892764.

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

Color convert

RGB 220 35 44 -
CMYK 0 0.84 0.8 0.14
HSL 357.08º 0.73% 0.5% -
HSV(B) 357.08º 0.84% 0.86% -
XYZ 30.57 16.6 3.98 -
YUV 91.34 101.29 219.77 -
System Red Green Blue C M Y K H S L
Decimal 220 35 44 0 0.84 0.8 0.14 357.08 0.73 0.5
Hex DC 23 2C 0 54 50 E 165 49 32
Octal 334 43 54 0 124 120 16 545 111 62
Binary 11011100 100011 101100 0 1010100 1010000 1110 101100101 1001001 110010

Color Harmonies of #DC232C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC232C

Black with #DC232C

Text Example


Text Example

White with #DC232C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC232C; }

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

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

background-color css

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

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

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

border-color css

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

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

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