Html Css Color HEX #DE3335 Alizarin

📋 copy color: '#DE3335'

red 222 ◦ green 51 ◦ blue 53

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

Shades of Alizarin #DE3335

Tints of Alizarin #DE3335

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.64%

 BLUE value IS 53 (21.09% from 255) = 16.26%

R = 68.1%
G = 15.64%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DE3335 (or 0xDE3335) is known color: Alizarin. HEX triplet: DE, 33 and 35. RGB value is (222,51,53). Sum of RGB (Red+Green+Blue) = 222+51+53=326 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.10% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3335 is #21CCCA. Grayscale: #666666. Windows color (decimal): -2215115 or 3486686. OLE color: 3486686.

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

Color convert

RGB 222 51 53 -
CMYK 0 0.77 0.76 0.13
HSL 359.3º 0.72% 0.54% -
HSV(B) 359.3º 0.77% 0.87% -
XYZ 31.95 18.15 5.19 -
YUV 102.36 100.15 213.34 -
System Red Green Blue C M Y K H S L
Decimal 222 51 53 0 0.77 0.76 0.13 359.3 0.72 0.54
Hex DE 33 35 0 4D 4C D 167 48 36
Octal 336 63 65 0 115 114 15 547 110 66
Binary 11011110 110011 110101 0 1001101 1001100 1101 101100111 1001000 110110

Color Harmonies of #DE3335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3335

Black with #DE3335

Text Example


Text Example

White with #DE3335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3335; }

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

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

background-color css

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

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

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

border-color css

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

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

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