Html Css Color HEX #DF2232 Alizarin

📋 copy color: '#DF2232'

red 223 ◦ green 34 ◦ blue 50

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

Shades of Alizarin #DF2232

Tints of Alizarin #DF2232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.29%

R = 72.64%
G = 11.07%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF2232 (or 0xDF2232) is known color: Alizarin. HEX triplet: DF, 22 and 32. RGB value is (223,34,50). Sum of RGB (Red+Green+Blue) = 223+34+50=307 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.64% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2232 is #20DDCD. Grayscale: #5C5C5C. Windows color (decimal): -2153934 or 3285727. OLE color: 3285727.

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

Color convert

RGB 223 34 50 -
CMYK 0 0.85 0.78 0.13
HSL 354.92º 0.75% 0.5% -
HSV(B) 354.92º 0.85% 0.87% -
XYZ 31.58 17.06 4.65 -
YUV 92.34 104.12 221.2 -
System Red Green Blue C M Y K H S L
Decimal 223 34 50 0 0.85 0.78 0.13 354.92 0.75 0.5
Hex DF 22 32 0 55 4E D 163 4B 32
Octal 337 42 62 0 125 116 15 543 113 62
Binary 11011111 100010 110010 0 1010101 1001110 1101 101100011 1001011 110010

Color Harmonies of #DF2232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2232

Black with #DF2232

Text Example


Text Example

White with #DF2232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2232; }

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

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

background-color css

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

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

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

border-color css

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

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

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