Html Css Color HEX #DE2A36 Alizarin

📋 copy color: '#DE2A36'

red 222 ◦ green 42 ◦ blue 54

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

Shades of Alizarin #DE2A36

Tints of Alizarin #DE2A36

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.21%

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

R = 69.81%
G = 13.21%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DE2A36 (or 0xDE2A36) is known color: Alizarin. HEX triplet: DE, 2A and 36. RGB value is (222,42,54). Sum of RGB (Red+Green+Blue) = 222+42+54=318 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.81% from 318); Green value is 42 (16.80% from 255 or 13.21% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2A36 is #21D5C9. Grayscale: #616161. Windows color (decimal): -2217418 or 3549918. OLE color: 3549918.

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

Color convert

RGB 222 42 54 -
CMYK 0 0.81 0.76 0.13
HSL 356º 0.73% 0.52% -
HSV(B) 356º 0.81% 0.87% -
XYZ 31.62 17.45 5.19 -
YUV 97.19 103.63 217.02 -
System Red Green Blue C M Y K H S L
Decimal 222 42 54 0 0.81 0.76 0.13 356 0.73 0.52
Hex DE 2A 36 0 51 4C D 164 49 34
Octal 336 52 66 0 121 114 15 544 111 64
Binary 11011110 101010 110110 0 1010001 1001100 1101 101100100 1001001 110100

Color Harmonies of #DE2A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2A36

Black with #DE2A36

Text Example


Text Example

White with #DE2A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2A36; }

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

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

background-color css

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

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

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

border-color css

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

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

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