Html Css Color HEX #DE3039 Alizarin

📋 copy color: '#DE3039'

red 222 ◦ green 48 ◦ blue 57

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

Shades of Alizarin #DE3039

Tints of Alizarin #DE3039

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.68%

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

R = 67.89%
G = 14.68%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DE3039 (or 0xDE3039) is known color: Alizarin. HEX triplet: DE, 30 and 39. RGB value is (222,48,57). Sum of RGB (Red+Green+Blue) = 222+48+57=327 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.89% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 57 (22.66% from 255 or 17.43% from 327); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3039 is #21CFC6. Grayscale: #656565. Windows color (decimal): -2215879 or 3748062. OLE color: 3748062.

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

Color convert

RGB 222 48 57 -
CMYK 0 0.78 0.74 0.13
HSL 356.9º 0.73% 0.53% -
HSV(B) 356.9º 0.78% 0.87% -
XYZ 31.92 17.94 5.65 -
YUV 101.05 103.15 214.27 -
System Red Green Blue C M Y K H S L
Decimal 222 48 57 0 0.78 0.74 0.13 356.9 0.73 0.53
Hex DE 30 39 0 4E 4A D 165 48 35
Octal 336 60 71 0 116 112 15 545 110 65
Binary 11011110 110000 111001 0 1001110 1001010 1101 101100101 1001000 110101

Color Harmonies of #DE3039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3039

Black with #DE3039

Text Example


Text Example

White with #DE3039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3039; }

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

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

background-color css

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

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

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

border-color css

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

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

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