Html Css Color HEX #DE2D3F Alizarin

📋 copy color: '#DE2D3F'

red 222 ◦ green 45 ◦ blue 63

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

Shades of Alizarin #DE2D3F

Tints of Alizarin #DE2D3F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.64%

 BLUE value IS 63 (25% from 255) = 19.09%

R = 67.27%
G = 13.64%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DE2D3F (or 0xDE2D3F) is known color: Alizarin. HEX triplet: DE, 2D and 3F. RGB value is (222,45,63). Sum of RGB (Red+Green+Blue) = 222+45+63=330 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.27% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2D3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2D3F is #21D2C0. Grayscale: #646464. Windows color (decimal): -2216641 or 4140510. OLE color: 4140510.

HSL color Cylindrical-coordinate representation of color #DE2D3F: hue angle of 353.9º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE2D3F is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 45 63 -
CMYK 0 0.80 0.72 0.13
HSL 353.9º 0.73% 0.52% -
HSV(B) 353.9º 0.8% 0.87% -
XYZ 31.96 17.77 6.45 -
YUV 99.98 107.14 215.04 -
System Red Green Blue C M Y K H S L
Decimal 222 45 63 0 0.80 0.72 0.13 353.9 0.73 0.52
Hex DE 2D 3F 0 50 48 D 162 49 34
Octal 336 55 77 0 120 110 15 542 111 64
Binary 11011110 101101 111111 0 1010000 1001000 1101 101100010 1001001 110100

Color Harmonies of #DE2D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2D3F

Black with #DE2D3F

Text Example


Text Example

White with #DE2D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2D3F; }

 p { color: rgb(222,45,63); }

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

background-color css

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

 a { background-color: rgb(222,45,63); }

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

border-color css

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

 span { border-color: rgb(222,45,63); }

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