Html Css Color HEX #DE353C Alizarin

📋 copy color: '#DE353C'

red 222 ◦ green 53 ◦ blue 60

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

Shades of Alizarin #DE353C

Tints of Alizarin #DE353C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.82%

 BLUE value IS 60 (23.83% from 255) = 17.91%

R = 66.27%
G = 15.82%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DE353C (or 0xDE353C) is known color: Alizarin. HEX triplet: DE, 35 and 3C. RGB value is (222,53,60). Sum of RGB (Red+Green+Blue) = 222+53+60=335 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.27% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 222 - color contains mainly: red. Hex color #DE353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE353C is #21CAC3. Grayscale: #686868. Windows color (decimal): -2214596 or 3945950. OLE color: 3945950.

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

Color convert

RGB 222 53 60 -
CMYK 0 0.76 0.73 0.13
HSL 357.51º 0.72% 0.54% -
HSV(B) 357.51º 0.76% 0.87% -
XYZ 32.21 18.4 6.13 -
YUV 104.33 102.99 211.93 -
System Red Green Blue C M Y K H S L
Decimal 222 53 60 0 0.76 0.73 0.13 357.51 0.72 0.54
Hex DE 35 3C 0 4C 49 D 166 48 36
Octal 336 65 74 0 114 111 15 546 110 66
Binary 11011110 110101 111100 0 1001100 1001001 1101 101100110 1001000 110110

Color Harmonies of #DE353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE353C

Black with #DE353C

Text Example


Text Example

White with #DE353C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE353C; }

 p { color: rgb(222,53,60); }

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

background-color css

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

 a { background-color: rgb(222,53,60); }

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

border-color css

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

 span { border-color: rgb(222,53,60); }

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