Html Css Color HEX #DE2641 Alizarin

📋 copy color: '#DE2641'

red 222 ◦ green 38 ◦ blue 65

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

Shades of Alizarin #DE2641

Tints of Alizarin #DE2641

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.69%

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

R = 68.31%
G = 11.69%
B = 20%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DE2641 (or 0xDE2641) is known color: Alizarin. HEX triplet: DE, 26 and 41. RGB value is (222,38,65). Sum of RGB (Red+Green+Blue) = 222+38+65=325 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.31% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2641 is #21D9BE. Grayscale: #606060. Windows color (decimal): -2218431 or 4269790. OLE color: 4269790.

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

Color convert

RGB 222 38 65 -
CMYK 0 0.83 0.71 0.13
HSL 351.2º 0.74% 0.51% -
HSV(B) 351.2º 0.83% 0.87% -
XYZ 31.77 17.3 6.67 -
YUV 96.09 110.46 217.8 -
System Red Green Blue C M Y K H S L
Decimal 222 38 65 0 0.83 0.71 0.13 351.2 0.74 0.51
Hex DE 26 41 0 53 47 D 15F 4A 33
Octal 336 46 101 0 123 107 15 537 112 63
Binary 11011110 100110 1000001 0 1010011 1000111 1101 101011111 1001010 110011

Color Harmonies of #DE2641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2641

Black with #DE2641

Text Example


Text Example

White with #DE2641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2641; }

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

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

background-color css

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

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

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

border-color css

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

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

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