Html Css Color HEX #DE2D3C Alizarin

📋 copy color: '#DE2D3C'

red 222 ◦ green 45 ◦ blue 60

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

Shades of Alizarin #DE2D3C

Tints of Alizarin #DE2D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.35%

R = 67.89%
G = 13.76%
B = 18.35%

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

#DE2D3C (or 0xDE2D3C) is known color: Alizarin. HEX triplet: DE, 2D and 3C. RGB value is (222,45,60). Sum of RGB (Red+Green+Blue) = 222+45+60=327 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.89% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2D3C is #21D2C3. Grayscale: #636363. Windows color (decimal): -2216644 or 3943902. OLE color: 3943902.

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

Color convert

RGB 222 45 60 -
CMYK 0 0.80 0.73 0.13
HSL 354.92º 0.73% 0.52% -
HSV(B) 354.92º 0.8% 0.87% -
XYZ 31.88 17.73 6.02 -
YUV 99.63 105.64 215.28 -
System Red Green Blue C M Y K H S L
Decimal 222 45 60 0 0.80 0.73 0.13 354.92 0.73 0.52
Hex DE 2D 3C 0 50 49 D 163 49 34
Octal 336 55 74 0 120 111 15 543 111 64
Binary 11011110 101101 111100 0 1010000 1001001 1101 101100011 1001001 110100

Color Harmonies of #DE2D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2D3C

Black with #DE2D3C

Text Example


Text Example

White with #DE2D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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