Html Css Color HEX #DC233D Alizarin

📋 copy color: '#DC233D'

red 220 ◦ green 35 ◦ blue 61

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

Shades of Alizarin #DC233D

Tints of Alizarin #DC233D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.3%

R = 69.62%
G = 11.08%
B = 19.3%

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

#DC233D (or 0xDC233D) is known color: Alizarin. HEX triplet: DC, 23 and 3D. RGB value is (220,35,61). Sum of RGB (Red+Green+Blue) = 220+35+61=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC233D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC233D is #23DCC2. Grayscale: #5D5D5D. Windows color (decimal): -2350275 or 4006876. OLE color: 4006876.

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

Color convert

RGB 220 35 61 -
CMYK 0 0.84 0.72 0.14
HSL 351.57º 0.73% 0.5% -
HSV(B) 351.57º 0.84% 0.86% -
XYZ 30.96 16.75 6.02 -
YUV 93.28 109.79 218.39 -
System Red Green Blue C M Y K H S L
Decimal 220 35 61 0 0.84 0.72 0.14 351.57 0.73 0.5
Hex DC 23 3D 0 54 48 E 160 49 32
Octal 334 43 75 0 124 110 16 540 111 62
Binary 11011100 100011 111101 0 1010100 1001000 1110 101100000 1001001 110010

Color Harmonies of #DC233D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC233D

Black with #DC233D

Text Example


Text Example

White with #DC233D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC233D; }

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

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

background-color css

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

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

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

border-color css

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

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

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