Html Css Color HEX #DE3133 Alizarin

📋 copy color: '#DE3133'

red 222 ◦ green 49 ◦ blue 51

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

Shades of Alizarin #DE3133

Tints of Alizarin #DE3133

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.22%

 BLUE value IS 51 (20.31% from 255) = 15.84%

R = 68.94%
G = 15.22%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DE3133 (or 0xDE3133) is known color: Alizarin. HEX triplet: DE, 31 and 33. RGB value is (222,49,51). Sum of RGB (Red+Green+Blue) = 222+49+51=322 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.94% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3133 is #21CECC. Grayscale: #656565. Windows color (decimal): -2215629 or 3355102. OLE color: 3355102.

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

Color convert

RGB 222 49 51 -
CMYK 0 0.78 0.77 0.13
HSL 359.31º 0.72% 0.53% -
HSV(B) 359.31º 0.78% 0.87% -
XYZ 31.82 17.97 4.92 -
YUV 100.96 99.81 214.34 -
System Red Green Blue C M Y K H S L
Decimal 222 49 51 0 0.78 0.77 0.13 359.31 0.72 0.53
Hex DE 31 33 0 4E 4D D 167 48 35
Octal 336 61 63 0 116 115 15 547 110 65
Binary 11011110 110001 110011 0 1001110 1001101 1101 101100111 1001000 110101

Color Harmonies of #DE3133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3133

Black with #DE3133

Text Example


Text Example

White with #DE3133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3133; }

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

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

background-color css

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

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

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

border-color css

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

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

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