Html Css Color HEX #DE2740 Alizarin

📋 copy color: '#DE2740'

red 222 ◦ green 39 ◦ blue 64

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

Shades of Alizarin #DE2740

Tints of Alizarin #DE2740

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12%

 BLUE value IS 64 (25.39% from 255) = 19.69%

R = 68.31%
G = 12%
B = 19.69%

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

#DE2740 (or 0xDE2740) is known color: Alizarin. HEX triplet: DE, 27 and 40. RGB value is (222,39,64). Sum of RGB (Red+Green+Blue) = 222+39+64=325 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.31% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2740 is #21D8BF. Grayscale: #606060. Windows color (decimal): -2218176 or 4204510. OLE color: 4204510.

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

Color convert

RGB 222 39 64 -
CMYK 0 0.82 0.71 0.13
HSL 351.8º 0.73% 0.51% -
HSV(B) 351.8º 0.82% 0.87% -
XYZ 31.78 17.35 6.52 -
YUV 96.57 109.63 217.47 -
System Red Green Blue C M Y K H S L
Decimal 222 39 64 0 0.82 0.71 0.13 351.8 0.73 0.51
Hex DE 27 40 0 52 47 D 160 49 33
Octal 336 47 100 0 122 107 15 540 111 63
Binary 11011110 100111 1000000 0 1010010 1000111 1101 101100000 1001001 110011

Color Harmonies of #DE2740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2740

Black with #DE2740

Text Example


Text Example

White with #DE2740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2740; }

 p { color: rgb(222,39,64); }

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

background-color css

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

 a { background-color: rgb(222,39,64); }

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

border-color css

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

 span { border-color: rgb(222,39,64); }

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