Html Css Color HEX #DE353A Alizarin

📋 copy color: '#DE353A'

red 222 ◦ green 53 ◦ blue 58

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

Shades of Alizarin #DE353A

Tints of Alizarin #DE353A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.42%

R = 66.67%
G = 15.92%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DE353A (or 0xDE353A) is known color: Alizarin. HEX triplet: DE, 35 and 3A. RGB value is (222,53,58). Sum of RGB (Red+Green+Blue) = 222+53+58=333 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.67% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 222 - color contains mainly: red. Hex color #DE353A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE353A is #21CAC5. Grayscale: #686868. Windows color (decimal): -2214598 or 3814878. OLE color: 3814878.

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

Color convert

RGB 222 53 58 -
CMYK 0 0.76 0.74 0.13
HSL 358.22º 0.72% 0.54% -
HSV(B) 358.22º 0.76% 0.87% -
XYZ 32.16 18.38 5.86 -
YUV 104.1 101.99 212.09 -
System Red Green Blue C M Y K H S L
Decimal 222 53 58 0 0.76 0.74 0.13 358.22 0.72 0.54
Hex DE 35 3A 0 4C 4A D 166 48 36
Octal 336 65 72 0 114 112 15 546 110 66
Binary 11011110 110101 111010 0 1001100 1001010 1101 101100110 1001000 110110

Color Harmonies of #DE353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE353A

Black with #DE353A

Text Example


Text Example

White with #DE353A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE353A; }

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

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

background-color css

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

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

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

border-color css

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

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

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