Html Css Color HEX #DE2D3A Alizarin

📋 copy color: '#DE2D3A'

red 222 ◦ green 45 ◦ blue 58

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

Shades of Alizarin #DE2D3A

Tints of Alizarin #DE2D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.85%

R = 68.31%
G = 13.85%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DE2D3A (or 0xDE2D3A) is known color: Alizarin. HEX triplet: DE, 2D and 3A. RGB value is (222,45,58). Sum of RGB (Red+Green+Blue) = 222+45+58=325 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.31% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2D3A is #21D2C5. Grayscale: #636363. Windows color (decimal): -2216646 or 3812830. OLE color: 3812830.

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

Color convert

RGB 222 45 58 -
CMYK 0 0.80 0.74 0.13
HSL 355.59º 0.73% 0.52% -
HSV(B) 355.59º 0.8% 0.87% -
XYZ 31.83 17.71 5.74 -
YUV 99.41 104.64 215.44 -
System Red Green Blue C M Y K H S L
Decimal 222 45 58 0 0.80 0.74 0.13 355.59 0.73 0.52
Hex DE 2D 3A 0 50 4A D 164 49 34
Octal 336 55 72 0 120 112 15 544 111 64
Binary 11011110 101101 111010 0 1010000 1001010 1101 101100100 1001001 110100

Color Harmonies of #DE2D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2D3A

Black with #DE2D3A

Text Example


Text Example

White with #DE2D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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