Html Css Color HEX #DE2344 Amaranth

📋 copy color: '#DE2344'

red 222 ◦ green 35 ◦ blue 68

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

Shades of Amaranth #DE2344

Tints of Amaranth #DE2344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.92%

R = 68.31%
G = 10.77%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DE2344 (or 0xDE2344) is known color: Amaranth. HEX triplet: DE, 23 and 44. RGB value is (222,35,68). Sum of RGB (Red+Green+Blue) = 222+35+68=325 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.31% from 325); Green value is 35 (14.06% from 255 or 10.77% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2344 is #21DCBB. Grayscale: #5E5E5E. Windows color (decimal): -2219196 or 4465630. OLE color: 4465630.

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

Color convert

RGB 222 35 68 -
CMYK 0 0.84 0.69 0.13
HSL 349.41º 0.74% 0.5% -
HSV(B) 349.41º 0.84% 0.87% -
XYZ 31.77 17.15 7.1 -
YUV 94.68 112.95 218.82 -
System Red Green Blue C M Y K H S L
Decimal 222 35 68 0 0.84 0.69 0.13 349.41 0.74 0.5
Hex DE 23 44 0 54 45 D 15D 4A 32
Octal 336 43 104 0 124 105 15 535 112 62
Binary 11011110 100011 1000100 0 1010100 1000101 1101 101011101 1001010 110010

Color Harmonies of #DE2344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2344

Black with #DE2344

Text Example


Text Example

White with #DE2344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2344; }

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

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

background-color css

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

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

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

border-color css

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

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

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