Html Css Color HEX #DE323D Alizarin

📋 copy color: '#DE323D'

red 222 ◦ green 50 ◦ blue 61

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

Shades of Alizarin #DE323D

Tints of Alizarin #DE323D

RGB

 RED value IS 222 (87.11% from 255) = 66.67%

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

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

R = 66.67%
G = 15.02%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DE323D (or 0xDE323D) is known color: Alizarin. HEX triplet: DE, 32 and 3D. RGB value is (222,50,61). Sum of RGB (Red+Green+Blue) = 222+50+61=333 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.67% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 222 - color contains mainly: red. Hex color #DE323D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE323D is #21CDC2. Grayscale: #666666. Windows color (decimal): -2215363 or 4010718. OLE color: 4010718.

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

Color convert

RGB 222 50 61 -
CMYK 0 0.77 0.73 0.13
HSL 356.16º 0.72% 0.53% -
HSV(B) 356.16º 0.77% 0.87% -
XYZ 32.11 18.15 6.23 -
YUV 102.68 104.48 213.11 -
System Red Green Blue C M Y K H S L
Decimal 222 50 61 0 0.77 0.73 0.13 356.16 0.72 0.53
Hex DE 32 3D 0 4D 49 D 164 48 35
Octal 336 62 75 0 115 111 15 544 110 65
Binary 11011110 110010 111101 0 1001101 1001001 1101 101100100 1001000 110101

Color Harmonies of #DE323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE323D

Black with #DE323D

Text Example


Text Example

White with #DE323D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE323D; }

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

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

background-color css

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

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

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

border-color css

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

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

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