Html Css Color HEX #DE323B Alizarin

📋 copy color: '#DE323B'

red 222 ◦ green 50 ◦ blue 59

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

Shades of Alizarin #DE323B

Tints of Alizarin #DE323B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.82%

R = 67.07%
G = 15.11%
B = 17.82%

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

#DE323B (or 0xDE323B) is known color: Alizarin. HEX triplet: DE, 32 and 3B. RGB value is (222,50,59). Sum of RGB (Red+Green+Blue) = 222+50+59=331 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.07% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 222 - color contains mainly: red. Hex color #DE323B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE323B is #21CDC4. Grayscale: #666666. Windows color (decimal): -2215365 or 3879646. OLE color: 3879646.

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

Color convert

RGB 222 50 59 -
CMYK 0 0.77 0.73 0.13
HSL 356.86º 0.72% 0.53% -
HSV(B) 356.86º 0.77% 0.87% -
XYZ 32.05 18.13 5.95 -
YUV 102.45 103.48 213.27 -
System Red Green Blue C M Y K H S L
Decimal 222 50 59 0 0.77 0.73 0.13 356.86 0.72 0.53
Hex DE 32 3B 0 4D 49 D 165 48 35
Octal 336 62 73 0 115 111 15 545 110 65
Binary 11011110 110010 111011 0 1001101 1001001 1101 101100101 1001000 110101

Color Harmonies of #DE323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE323B

Black with #DE323B

Text Example


Text Example

White with #DE323B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE323B; }

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

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

background-color css

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

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

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

border-color css

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

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

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