Html Css Color HEX #DE292D Alizarin

📋 copy color: '#DE292D'

red 222 ◦ green 41 ◦ blue 45

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

Shades of Alizarin #DE292D

Tints of Alizarin #DE292D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.61%

R = 72.08%
G = 13.31%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DE292D (or 0xDE292D) is known color: Alizarin. HEX triplet: DE, 29 and 2D. RGB value is (222,41,45). Sum of RGB (Red+Green+Blue) = 222+41+45=308 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.08% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 222 - color contains mainly: red. Hex color #DE292D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE292D is #21D6D2. Grayscale: #5F5F5F. Windows color (decimal): -2217683 or 2959838. OLE color: 2959838.

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

Color convert

RGB 222 41 45 -
CMYK 0 0.82 0.80 0.13
HSL 358.67º 0.73% 0.52% -
HSV(B) 358.67º 0.82% 0.87% -
XYZ 31.39 17.3 4.17 -
YUV 95.58 99.47 218.17 -
System Red Green Blue C M Y K H S L
Decimal 222 41 45 0 0.82 0.80 0.13 358.67 0.73 0.52
Hex DE 29 2D 0 52 50 D 167 49 34
Octal 336 51 55 0 122 120 15 547 111 64
Binary 11011110 101001 101101 0 1010010 1010000 1101 101100111 1001001 110100

Color Harmonies of #DE292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE292D

Black with #DE292D

Text Example


Text Example

White with #DE292D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE292D; }

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

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

background-color css

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

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

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

border-color css

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

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

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