Html Css Color HEX #DE293A Alizarin

📋 copy color: '#DE293A'

red 222 ◦ green 41 ◦ blue 58

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

Shades of Alizarin #DE293A

Tints of Alizarin #DE293A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.07%

R = 69.16%
G = 12.77%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DE293A (or 0xDE293A) is known color: Alizarin. HEX triplet: DE, 29 and 3A. RGB value is (222,41,58). Sum of RGB (Red+Green+Blue) = 222+41+58=321 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.16% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 222 - color contains mainly: red. Hex color #DE293A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE293A is #21D6C5. Grayscale: #616161. Windows color (decimal): -2217670 or 3811806. OLE color: 3811806.

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

Color convert

RGB 222 41 58 -
CMYK 0 0.82 0.74 0.13
HSL 354.36º 0.73% 0.52% -
HSV(B) 354.36º 0.82% 0.87% -
XYZ 31.68 17.42 5.7 -
YUV 97.06 105.97 217.12 -
System Red Green Blue C M Y K H S L
Decimal 222 41 58 0 0.82 0.74 0.13 354.36 0.73 0.52
Hex DE 29 3A 0 52 4A D 162 49 34
Octal 336 51 72 0 122 112 15 542 111 64
Binary 11011110 101001 111010 0 1010010 1001010 1101 101100010 1001001 110100

Color Harmonies of #DE293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE293A

Black with #DE293A

Text Example


Text Example

White with #DE293A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE293A; }

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

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

background-color css

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

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

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

border-color css

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

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

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