Html Css Color HEX #DE2D3D Alizarin

📋 copy color: '#DE2D3D'

red 222 ◦ green 45 ◦ blue 61

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

Shades of Alizarin #DE2D3D

Tints of Alizarin #DE2D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.6%

R = 67.68%
G = 13.72%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DE2D3D (or 0xDE2D3D) is known color: Alizarin. HEX triplet: DE, 2D and 3D. RGB value is (222,45,61). Sum of RGB (Red+Green+Blue) = 222+45+61=328 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.68% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2D3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2D3D is #21D2C2. Grayscale: #636363. Windows color (decimal): -2216643 or 4009438. OLE color: 4009438.

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

Color convert

RGB 222 45 61 -
CMYK 0 0.80 0.73 0.13
HSL 354.58º 0.73% 0.52% -
HSV(B) 354.58º 0.8% 0.87% -
XYZ 31.9 17.74 6.16 -
YUV 99.75 106.14 215.2 -
System Red Green Blue C M Y K H S L
Decimal 222 45 61 0 0.80 0.73 0.13 354.58 0.73 0.52
Hex DE 2D 3D 0 50 49 D 163 49 34
Octal 336 55 75 0 120 111 15 543 111 64
Binary 11011110 101101 111101 0 1010000 1001001 1101 101100011 1001001 110100

Color Harmonies of #DE2D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2D3D

Black with #DE2D3D

Text Example


Text Example

White with #DE2D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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