Html Css Color HEX #DE192F Alizarin

📋 copy color: '#DE192F'

red 222 ◦ green 25 ◦ blue 47

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

Shades of Alizarin #DE192F

Tints of Alizarin #DE192F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.99%

R = 75.51%
G = 8.5%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DE192F (or 0xDE192F) is known color: Alizarin. HEX triplet: DE, 19 and 2F. RGB value is (222,25,47). Sum of RGB (Red+Green+Blue) = 222+25+47=294 (38% of max value = 765). Red value is 222 (87.11% from 255 or 75.51% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 222 - color contains mainly: red. Hex color #DE192F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE192F is #21E6D0. Grayscale: #565656. Windows color (decimal): -2221777 or 3086814. OLE color: 3086814.

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

Color convert

RGB 222 25 47 -
CMYK 0 0.89 0.79 0.13
HSL 353.3º 0.8% 0.48% -
HSV(B) 353.3º 0.89% 0.87% -
XYZ 30.98 16.43 4.23 -
YUV 86.41 105.77 224.71 -
System Red Green Blue C M Y K H S L
Decimal 222 25 47 0 0.89 0.79 0.13 353.3 0.8 0.48
Hex DE 19 2F 0 59 4F D 161 50 30
Octal 336 31 57 0 131 117 15 541 120 60
Binary 11011110 11001 101111 0 1011001 1001111 1101 101100001 1010000 110000

Color Harmonies of #DE192F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE192F

Black with #DE192F

Text Example


Text Example

White with #DE192F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE192F; }

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

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

background-color css

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

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

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

border-color css

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

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

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