Html Css Color HEX #DC233F Alizarin

📋 copy color: '#DC233F'

red 220 ◦ green 35 ◦ blue 63

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

Shades of Alizarin #DC233F

Tints of Alizarin #DC233F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.81%

R = 69.18%
G = 11.01%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC233F (or 0xDC233F) is known color: Alizarin. HEX triplet: DC, 23 and 3F. RGB value is (220,35,63). Sum of RGB (Red+Green+Blue) = 220+35+63=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC233F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC233F is #23DCC0. Grayscale: #5D5D5D. Windows color (decimal): -2350273 or 4137948. OLE color: 4137948.

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

Color convert

RGB 220 35 63 -
CMYK 0 0.84 0.71 0.14
HSL 350.92º 0.73% 0.5% -
HSV(B) 350.92º 0.84% 0.86% -
XYZ 31.01 16.78 6.31 -
YUV 93.51 110.79 218.22 -
System Red Green Blue C M Y K H S L
Decimal 220 35 63 0 0.84 0.71 0.14 350.92 0.73 0.5
Hex DC 23 3F 0 54 47 E 15F 49 32
Octal 334 43 77 0 124 107 16 537 111 62
Binary 11011100 100011 111111 0 1010100 1000111 1110 101011111 1001001 110010

Color Harmonies of #DC233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC233F

Black with #DC233F

Text Example


Text Example

White with #DC233F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC233F; }

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

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

background-color css

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

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

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

border-color css

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

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

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