Html Css Color HEX #DE3241 Alizarin

📋 copy color: '#DE3241'

red 222 ◦ green 50 ◦ blue 65

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

Shades of Alizarin #DE3241

Tints of Alizarin #DE3241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.84%

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

R = 65.88%
G = 14.84%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DE3241 (or 0xDE3241) is known color: Alizarin. HEX triplet: DE, 32 and 41. RGB value is (222,50,65). Sum of RGB (Red+Green+Blue) = 222+50+65=337 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.88% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3241 is #21CDBE. Grayscale: #676767. Windows color (decimal): -2215359 or 4272862. OLE color: 4272862.

HSL color Cylindrical-coordinate representation of color #DE3241: hue angle of 354.77º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE3241 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 50 65 -
CMYK 0 0.77 0.71 0.13
HSL 354.77º 0.72% 0.53% -
HSV(B) 354.77º 0.77% 0.87% -
XYZ 32.22 18.19 6.81 -
YUV 103.14 106.48 212.78 -
System Red Green Blue C M Y K H S L
Decimal 222 50 65 0 0.77 0.71 0.13 354.77 0.72 0.53
Hex DE 32 41 0 4D 47 D 163 48 35
Octal 336 62 101 0 115 107 15 543 110 65
Binary 11011110 110010 1000001 0 1001101 1000111 1101 101100011 1001000 110101

Color Harmonies of #DE3241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3241

Black with #DE3241

Text Example


Text Example

White with #DE3241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3241; }

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

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

background-color css

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

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

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

border-color css

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

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

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