Html Css Color HEX #DC233E Alizarin

📋 copy color: '#DC233E'

red 220 ◦ green 35 ◦ blue 62

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

Shades of Alizarin #DC233E

Tints of Alizarin #DC233E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.56%

R = 69.4%
G = 11.04%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC233E (or 0xDC233E) is known color: Alizarin. HEX triplet: DC, 23 and 3E. RGB value is (220,35,62). Sum of RGB (Red+Green+Blue) = 220+35+62=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC233E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC233E is #23DCC1. Grayscale: #5D5D5D. Windows color (decimal): -2350274 or 4072412. OLE color: 4072412.

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

Color convert

RGB 220 35 62 -
CMYK 0 0.84 0.72 0.14
HSL 351.24º 0.73% 0.5% -
HSV(B) 351.24º 0.84% 0.86% -
XYZ 30.99 16.77 6.16 -
YUV 93.39 110.29 218.3 -
System Red Green Blue C M Y K H S L
Decimal 220 35 62 0 0.84 0.72 0.14 351.24 0.73 0.5
Hex DC 23 3E 0 54 48 E 15F 49 32
Octal 334 43 76 0 124 110 16 537 111 62
Binary 11011100 100011 111110 0 1010100 1001000 1110 101011111 1001001 110010

Color Harmonies of #DC233E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC233E

Black with #DC233E

Text Example


Text Example

White with #DC233E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC233E; }

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

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

background-color css

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

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

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

border-color css

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

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

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