Html Css Color HEX #DE293B Alizarin

📋 copy color: '#DE293B'

red 222 ◦ green 41 ◦ blue 59

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

Shades of Alizarin #DE293B

Tints of Alizarin #DE293B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.32%

R = 68.94%
G = 12.73%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DE293B (or 0xDE293B) is known color: Alizarin. HEX triplet: DE, 29 and 3B. RGB value is (222,41,59). Sum of RGB (Red+Green+Blue) = 222+41+59=322 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.94% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 222 - color contains mainly: red. Hex color #DE293B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE293B is #21D6C4. Grayscale: #616161. Windows color (decimal): -2217669 or 3877342. OLE color: 3877342.

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

Color convert

RGB 222 41 59 -
CMYK 0 0.82 0.73 0.13
HSL 354.03º 0.73% 0.52% -
HSV(B) 354.03º 0.82% 0.87% -
XYZ 31.71 17.43 5.83 -
YUV 97.17 106.47 217.04 -
System Red Green Blue C M Y K H S L
Decimal 222 41 59 0 0.82 0.73 0.13 354.03 0.73 0.52
Hex DE 29 3B 0 52 49 D 162 49 34
Octal 336 51 73 0 122 111 15 542 111 64
Binary 11011110 101001 111011 0 1010010 1001001 1101 101100010 1001001 110100

Color Harmonies of #DE293B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE293B

Black with #DE293B

Text Example


Text Example

White with #DE293B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE293B; }

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

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

background-color css

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

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

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

border-color css

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

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

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