Html Css Color HEX #DE192A Alizarin

📋 copy color: '#DE192A'

red 222 ◦ green 25 ◦ blue 42

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

Shades of Alizarin #DE192A

Tints of Alizarin #DE192A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.65%

 BLUE value IS 42 (16.8% from 255) = 14.53%

R = 76.82%
G = 8.65%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DE192A (or 0xDE192A) is known color: Alizarin. HEX triplet: DE, 19 and 2A. RGB value is (222,25,42). Sum of RGB (Red+Green+Blue) = 222+25+42=289 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.82% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 222 - color contains mainly: red. Hex color #DE192A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE192A is #21E6D5. Grayscale: #555555. Windows color (decimal): -2221782 or 2759134. OLE color: 2759134.

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

Color convert

RGB 222 25 42 -
CMYK 0 0.89 0.81 0.13
HSL 354.82º 0.8% 0.48% -
HSV(B) 354.82º 0.89% 0.87% -
XYZ 30.89 16.39 3.73 -
YUV 85.84 103.27 225.12 -
System Red Green Blue C M Y K H S L
Decimal 222 25 42 0 0.89 0.81 0.13 354.82 0.8 0.48
Hex DE 19 2A 0 59 51 D 163 50 30
Octal 336 31 52 0 131 121 15 543 120 60
Binary 11011110 11001 101010 0 1011001 1010001 1101 101100011 1010000 110000

Color Harmonies of #DE192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE192A

Black with #DE192A

Text Example


Text Example

White with #DE192A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE192A; }

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

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

background-color css

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

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

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

border-color css

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

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

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