Html Css Color HEX #DE2340 Alizarin

📋 copy color: '#DE2340'

red 222 ◦ green 35 ◦ blue 64

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

Shades of Alizarin #DE2340

Tints of Alizarin #DE2340

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.9%

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

R = 69.16%
G = 10.9%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DE2340 (or 0xDE2340) is known color: Alizarin. HEX triplet: DE, 23 and 40. RGB value is (222,35,64). Sum of RGB (Red+Green+Blue) = 222+35+64=321 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.16% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2340 is #21DCBF. Grayscale: #5E5E5E. Windows color (decimal): -2219200 or 4203486. OLE color: 4203486.

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

Color convert

RGB 222 35 64 -
CMYK 0 0.84 0.71 0.13
HSL 350.7º 0.74% 0.5% -
HSV(B) 350.7º 0.84% 0.87% -
XYZ 31.65 17.1 6.48 -
YUV 94.22 110.95 219.14 -
System Red Green Blue C M Y K H S L
Decimal 222 35 64 0 0.84 0.71 0.13 350.7 0.74 0.5
Hex DE 23 40 0 54 47 D 15F 4A 32
Octal 336 43 100 0 124 107 15 537 112 62
Binary 11011110 100011 1000000 0 1010100 1000111 1101 101011111 1001010 110010

Color Harmonies of #DE2340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2340

Black with #DE2340

Text Example


Text Example

White with #DE2340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2340; }

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

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

background-color css

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

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

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

border-color css

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

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

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