Html Css Color HEX #DE2536 Alizarin

📋 copy color: '#DE2536'

red 222 ◦ green 37 ◦ blue 54

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

Shades of Alizarin #DE2536

Tints of Alizarin #DE2536

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.82%

 BLUE value IS 54 (21.48% from 255) = 17.25%

R = 70.93%
G = 11.82%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DE2536 (or 0xDE2536) is known color: Alizarin. HEX triplet: DE, 25 and 36. RGB value is (222,37,54). Sum of RGB (Red+Green+Blue) = 222+37+54=313 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.93% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2536 is #21DAC9. Grayscale: #5E5E5E. Windows color (decimal): -2218698 or 3548638. OLE color: 3548638.

HSL color Cylindrical-coordinate representation of color #DE2536: hue angle of 354.49º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DE2536 is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 37 54 -
CMYK 0 0.83 0.76 0.13
HSL 354.49º 0.74% 0.51% -
HSV(B) 354.49º 0.83% 0.87% -
XYZ 31.45 17.12 5.14 -
YUV 94.25 105.29 219.12 -
System Red Green Blue C M Y K H S L
Decimal 222 37 54 0 0.83 0.76 0.13 354.49 0.74 0.51
Hex DE 25 36 0 53 4C D 162 4A 33
Octal 336 45 66 0 123 114 15 542 112 63
Binary 11011110 100101 110110 0 1010011 1001100 1101 101100010 1001010 110011

Color Harmonies of #DE2536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2536

Black with #DE2536

Text Example


Text Example

White with #DE2536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2536; }

 p { color: rgb(222,37,54); }

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

background-color css

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

 a { background-color: rgb(222,37,54); }

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

border-color css

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

 span { border-color: rgb(222,37,54); }

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