Html Css Color HEX #DE292F Alizarin

📋 copy color: '#DE292F'

red 222 ◦ green 41 ◦ blue 47

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

Shades of Alizarin #DE292F

Tints of Alizarin #DE292F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.23%

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

R = 71.61%
G = 13.23%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DE292F (or 0xDE292F) is known color: Alizarin. HEX triplet: DE, 29 and 2F. RGB value is (222,41,47). Sum of RGB (Red+Green+Blue) = 222+41+47=310 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.61% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 222 - color contains mainly: red. Hex color #DE292F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE292F is #21D6D0. Grayscale: #5F5F5F. Windows color (decimal): -2217681 or 3090910. OLE color: 3090910.

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

Color convert

RGB 222 41 47 -
CMYK 0 0.82 0.79 0.13
HSL 358.01º 0.73% 0.52% -
HSV(B) 358.01º 0.82% 0.87% -
XYZ 31.43 17.32 4.38 -
YUV 95.8 100.47 218.01 -
System Red Green Blue C M Y K H S L
Decimal 222 41 47 0 0.82 0.79 0.13 358.01 0.73 0.52
Hex DE 29 2F 0 52 4F D 166 49 34
Octal 336 51 57 0 122 117 15 546 111 64
Binary 11011110 101001 101111 0 1010010 1001111 1101 101100110 1001001 110100

Color Harmonies of #DE292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE292F

Black with #DE292F

Text Example


Text Example

White with #DE292F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE292F; }

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

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

background-color css

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

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

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

border-color css

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

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

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