Html Css Color HEX #DF213F Alizarin

📋 copy color: '#DF213F'

red 223 ◦ green 33 ◦ blue 63

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

Shades of Alizarin #DF213F

Tints of Alizarin #DF213F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.34%

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

R = 69.91%
G = 10.34%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DF213F (or 0xDF213F) is known color: Alizarin. HEX triplet: DF, 21 and 3F. RGB value is (223,33,63). Sum of RGB (Red+Green+Blue) = 223+33+63=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF213F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF213F is #20DEC0. Grayscale: #5D5D5D. Windows color (decimal): -2154177 or 4137439. OLE color: 4137439.

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

Color convert

RGB 223 33 63 -
CMYK 0 0.85 0.72 0.13
HSL 350.53º 0.75% 0.5% -
HSV(B) 350.53º 0.85% 0.87% -
XYZ 31.87 17.13 6.33 -
YUV 93.23 110.95 220.56 -
System Red Green Blue C M Y K H S L
Decimal 223 33 63 0 0.85 0.72 0.13 350.53 0.75 0.5
Hex DF 21 3F 0 55 48 D 15F 4B 32
Octal 337 41 77 0 125 110 15 537 113 62
Binary 11011111 100001 111111 0 1010101 1001000 1101 101011111 1001011 110010

Color Harmonies of #DF213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF213F

Black with #DF213F

Text Example


Text Example

White with #DF213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF213F; }

 p { color: rgb(223,33,63); }

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

background-color css

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

 a { background-color: rgb(223,33,63); }

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

border-color css

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

 span { border-color: rgb(223,33,63); }

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