Html Css Color HEX #DF323D Alizarin

📋 copy color: '#DF323D'

red 223 ◦ green 50 ◦ blue 61

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

Shades of Alizarin #DF323D

Tints of Alizarin #DF323D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.97%

 BLUE value IS 61 (24.22% from 255) = 18.26%

R = 66.77%
G = 14.97%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF323D (or 0xDF323D) is known color: Alizarin. HEX triplet: DF, 32 and 3D. RGB value is (223,50,61). Sum of RGB (Red+Green+Blue) = 223+50+61=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF323D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF323D is #20CDC2. Grayscale: #676767. Windows color (decimal): -2149827 or 4010719. OLE color: 4010719.

HSL color Cylindrical-coordinate representation of color #DF323D: hue angle of 356.18º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF323D is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 50 61 -
CMYK 0 0.78 0.73 0.13
HSL 356.19º 0.73% 0.54% -
HSV(B) 356.19º 0.78% 0.87% -
XYZ 32.41 18.31 6.24 -
YUV 102.98 104.31 213.61 -
System Red Green Blue C M Y K H S L
Decimal 223 50 61 0 0.78 0.73 0.13 356.19 0.73 0.54
Hex DF 32 3D 0 4E 49 D 164 49 36
Octal 337 62 75 0 116 111 15 544 111 66
Binary 11011111 110010 111101 0 1001110 1001001 1101 101100100 1001001 110110

Color Harmonies of #DF323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF323D

Black with #DF323D

Text Example


Text Example

White with #DF323D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF323D; }

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

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

background-color css

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

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

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

border-color css

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

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

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