Html Css Color HEX #DE2E3E Alizarin

📋 copy color: '#DE2E3E'

red 222 ◦ green 46 ◦ blue 62

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

Shades of Alizarin #DE2E3E

Tints of Alizarin #DE2E3E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.94%

 BLUE value IS 62 (24.61% from 255) = 18.79%

R = 67.27%
G = 13.94%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DE2E3E (or 0xDE2E3E) is known color: Alizarin. HEX triplet: DE, 2E and 3E. RGB value is (222,46,62). Sum of RGB (Red+Green+Blue) = 222+46+62=330 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.27% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2E3E is #21D1C1. Grayscale: #646464. Windows color (decimal): -2216386 or 4075230. OLE color: 4075230.

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

Color convert

RGB 222 46 62 -
CMYK 0 0.79 0.72 0.13
HSL 354.55º 0.73% 0.53% -
HSV(B) 354.55º 0.79% 0.87% -
XYZ 31.97 17.83 6.31 -
YUV 100.45 106.31 214.7 -
System Red Green Blue C M Y K H S L
Decimal 222 46 62 0 0.79 0.72 0.13 354.55 0.73 0.53
Hex DE 2E 3E 0 4F 48 D 163 49 35
Octal 336 56 76 0 117 110 15 543 111 65
Binary 11011110 101110 111110 0 1001111 1001000 1101 101100011 1001001 110101

Color Harmonies of #DE2E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2E3E

Black with #DE2E3E

Text Example


Text Example

White with #DE2E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2E3E; }

 p { color: rgb(222,46,62); }

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

background-color css

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

 a { background-color: rgb(222,46,62); }

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

border-color css

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

 span { border-color: rgb(222,46,62); }

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