Html Css Color HEX #DE293F Alizarin

📋 copy color: '#DE293F'

red 222 ◦ green 41 ◦ blue 63

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

Shades of Alizarin #DE293F

Tints of Alizarin #DE293F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.33%

R = 68.1%
G = 12.58%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DE293F (or 0xDE293F) is known color: Alizarin. HEX triplet: DE, 29 and 3F. RGB value is (222,41,63). Sum of RGB (Red+Green+Blue) = 222+41+63=326 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.10% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 222 - color contains mainly: red. Hex color #DE293F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE293F is #21D6C0. Grayscale: #616161. Windows color (decimal): -2217665 or 4139486. OLE color: 4139486.

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

Color convert

RGB 222 41 63 -
CMYK 0 0.82 0.72 0.13
HSL 352.71º 0.73% 0.52% -
HSV(B) 352.71º 0.82% 0.87% -
XYZ 31.81 17.47 6.4 -
YUV 97.63 108.47 216.71 -
System Red Green Blue C M Y K H S L
Decimal 222 41 63 0 0.82 0.72 0.13 352.71 0.73 0.52
Hex DE 29 3F 0 52 48 D 161 49 34
Octal 336 51 77 0 122 110 15 541 111 64
Binary 11011110 101001 111111 0 1010010 1001000 1101 101100001 1001001 110100

Color Harmonies of #DE293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE293F

Black with #DE293F

Text Example


Text Example

White with #DE293F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE293F; }

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

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

background-color css

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

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

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

border-color css

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

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

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