Html Css Color HEX #DF223F Alizarin

📋 copy color: '#DF223F'

red 223 ◦ green 34 ◦ blue 63

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

Shades of Alizarin #DF223F

Tints of Alizarin #DF223F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.63%

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

R = 69.69%
G = 10.63%
B = 19.69%

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

#DF223F (or 0xDF223F) is known color: Alizarin. HEX triplet: DF, 22 and 3F. RGB value is (223,34,63). Sum of RGB (Red+Green+Blue) = 223+34+63=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF223F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF223F is #20DDC0. Grayscale: #5D5D5D. Windows color (decimal): -2153921 or 4137695. OLE color: 4137695.

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

Color convert

RGB 223 34 63 -
CMYK 0 0.85 0.72 0.13
HSL 350.79º 0.75% 0.5% -
HSV(B) 350.79º 0.85% 0.87% -
XYZ 31.9 17.19 6.34 -
YUV 93.82 110.62 220.14 -
System Red Green Blue C M Y K H S L
Decimal 223 34 63 0 0.85 0.72 0.13 350.79 0.75 0.5
Hex DF 22 3F 0 55 48 D 15F 4B 32
Octal 337 42 77 0 125 110 15 537 113 62
Binary 11011111 100010 111111 0 1010101 1001000 1101 101011111 1001011 110010

Color Harmonies of #DF223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF223F

Black with #DF223F

Text Example


Text Example

White with #DF223F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF223F; }

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

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

background-color css

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

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

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

border-color css

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

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

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