Html Css Color HEX #DE1F54 Amaranth

📋 copy color: '#DE1F54'

red 222 ◦ green 31 ◦ blue 84

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

Shades of Amaranth #DE1F54

Tints of Amaranth #DE1F54

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.2%

 BLUE value IS 84 (33.2% from 255) = 24.93%

R = 65.88%
G = 9.2%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DE1F54 (or 0xDE1F54) is known color: Amaranth. HEX triplet: DE, 1F and 54. RGB value is (222,31,84). Sum of RGB (Red+Green+Blue) = 222+31+84=337 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.88% from 337); Green value is 31 (12.5% from 255 or 9.20% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1F54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE1F54 is #21E0AB. Grayscale: #5E5E5E. Windows color (decimal): -2220204 or 5513182. OLE color: 5513182.

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

Color convert

RGB 222 31 84 -
CMYK 0 0.86 0.62 0.13
HSL 343.35º 0.75% 0.5% -
HSV(B) 343.35º 0.86% 0.87% -
XYZ 32.21 17.15 10 -
YUV 94.15 122.28 219.19 -
System Red Green Blue C M Y K H S L
Decimal 222 31 84 0 0.86 0.62 0.13 343.35 0.75 0.5
Hex DE 1F 54 0 56 3E D 157 4B 32
Octal 336 37 124 0 126 76 15 527 113 62
Binary 11011110 11111 1010100 0 1010110 111110 1101 101010111 1001011 110010

Color Harmonies of #DE1F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1F54

Black with #DE1F54

Text Example


Text Example

White with #DE1F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1F54; }

 p { color: rgb(222,31,84); }

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

background-color css

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

 a { background-color: rgb(222,31,84); }

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

border-color css

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

 span { border-color: rgb(222,31,84); }

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