Html Css Color HEX #DC233C Alizarin

📋 copy color: '#DC233C'

red 220 ◦ green 35 ◦ blue 60

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

Shades of Alizarin #DC233C

Tints of Alizarin #DC233C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.05%

R = 69.84%
G = 11.11%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC233C (or 0xDC233C) is known color: Alizarin. HEX triplet: DC, 23 and 3C. RGB value is (220,35,60). Sum of RGB (Red+Green+Blue) = 220+35+60=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC233C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC233C is #23DCC3. Grayscale: #5D5D5D. Windows color (decimal): -2350276 or 3941340. OLE color: 3941340.

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

Color convert

RGB 220 35 60 -
CMYK 0 0.84 0.73 0.14
HSL 351.89º 0.73% 0.5% -
HSV(B) 351.89º 0.84% 0.86% -
XYZ 30.93 16.74 5.88 -
YUV 93.17 109.29 218.47 -
System Red Green Blue C M Y K H S L
Decimal 220 35 60 0 0.84 0.73 0.14 351.89 0.73 0.5
Hex DC 23 3C 0 54 49 E 160 49 32
Octal 334 43 74 0 124 111 16 540 111 62
Binary 11011100 100011 111100 0 1010100 1001001 1110 101100000 1001001 110010

Color Harmonies of #DC233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC233C

Black with #DC233C

Text Example


Text Example

White with #DC233C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC233C; }

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

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

background-color css

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

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

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

border-color css

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

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

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