Html Css Color HEX #DE3239 Alizarin

📋 copy color: '#DE3239'

red 222 ◦ green 50 ◦ blue 57

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

Shades of Alizarin #DE3239

Tints of Alizarin #DE3239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.33%

R = 67.48%
G = 15.2%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DE3239 (or 0xDE3239) is known color: Alizarin. HEX triplet: DE, 32 and 39. RGB value is (222,50,57). Sum of RGB (Red+Green+Blue) = 222+50+57=329 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.48% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3239 is #21CDC6. Grayscale: #666666. Windows color (decimal): -2215367 or 3748574. OLE color: 3748574.

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

Color convert

RGB 222 50 57 -
CMYK 0 0.77 0.74 0.13
HSL 357.56º 0.72% 0.53% -
HSV(B) 357.56º 0.77% 0.87% -
XYZ 32 18.11 5.68 -
YUV 102.23 102.48 213.43 -
System Red Green Blue C M Y K H S L
Decimal 222 50 57 0 0.77 0.74 0.13 357.56 0.72 0.53
Hex DE 32 39 0 4D 4A D 166 48 35
Octal 336 62 71 0 115 112 15 546 110 65
Binary 11011110 110010 111001 0 1001101 1001010 1101 101100110 1001000 110101

Color Harmonies of #DE3239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3239

Black with #DE3239

Text Example


Text Example

White with #DE3239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3239; }

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

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

background-color css

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

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

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

border-color css

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

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

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