Html Css Color HEX #DF203E Alizarin

📋 copy color: '#DF203E'

red 223 ◦ green 32 ◦ blue 62

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

Shades of Alizarin #DF203E

Tints of Alizarin #DF203E

RGB

 RED value IS 223 (87.5% from 255) = 70.35%

 GREEN value IS 32 (12.89% from 255) = 10.09%

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

R = 70.35%
G = 10.09%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DF203E (or 0xDF203E) is known color: Alizarin. HEX triplet: DF, 20 and 3E. RGB value is (223,32,62). Sum of RGB (Red+Green+Blue) = 223+32+62=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF203E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF203E is #20DFC1. Grayscale: #5C5C5C. Windows color (decimal): -2154434 or 4071647. OLE color: 4071647.

HSL color Cylindrical-coordinate representation of color #DF203E: hue angle of 350.58º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF203E is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 32 62 -
CMYK 0 0.86 0.72 0.13
HSL 350.58º 0.75% 0.5% -
HSV(B) 350.58º 0.86% 0.87% -
XYZ 31.82 17.07 6.18 -
YUV 92.53 110.78 221.06 -
System Red Green Blue C M Y K H S L
Decimal 223 32 62 0 0.86 0.72 0.13 350.58 0.75 0.5
Hex DF 20 3E 0 56 48 D 15F 4B 32
Octal 337 40 76 0 126 110 15 537 113 62
Binary 11011111 100000 111110 0 1010110 1001000 1101 101011111 1001011 110010

Color Harmonies of #DF203E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF203E

Black with #DF203E

Text Example


Text Example

White with #DF203E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF203E; }

 p { color: rgb(223,32,62); }

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

background-color css

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

 a { background-color: rgb(223,32,62); }

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

border-color css

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

 span { border-color: rgb(223,32,62); }

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