Html Css Color HEX #DE2941 Alizarin

📋 copy color: '#DE2941'

red 222 ◦ green 41 ◦ blue 65

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

Shades of Alizarin #DE2941

Tints of Alizarin #DE2941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.82%

R = 67.68%
G = 12.5%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DE2941 (or 0xDE2941) is known color: Alizarin. HEX triplet: DE, 29 and 41. RGB value is (222,41,65). Sum of RGB (Red+Green+Blue) = 222+41+65=328 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.68% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2941 is #21D6BE. Grayscale: #616161. Windows color (decimal): -2217663 or 4270558. OLE color: 4270558.

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

Color convert

RGB 222 41 65 -
CMYK 0 0.82 0.71 0.13
HSL 352.04º 0.73% 0.52% -
HSV(B) 352.04º 0.82% 0.87% -
XYZ 31.87 17.5 6.7 -
YUV 97.86 109.47 216.55 -
System Red Green Blue C M Y K H S L
Decimal 222 41 65 0 0.82 0.71 0.13 352.04 0.73 0.52
Hex DE 29 41 0 52 47 D 160 49 34
Octal 336 51 101 0 122 107 15 540 111 64
Binary 11011110 101001 1000001 0 1010010 1000111 1101 101100000 1001001 110100

Color Harmonies of #DE2941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2941

Black with #DE2941

Text Example


Text Example

White with #DE2941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2941; }

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

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

background-color css

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

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

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

border-color css

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

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

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