Html Css Color HEX #DE1F4F Amaranth

📋 copy color: '#DE1F4F'

red 222 ◦ green 31 ◦ blue 79

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

Shades of Amaranth #DE1F4F

Tints of Amaranth #DE1F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.8%

R = 66.87%
G = 9.34%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DE1F4F (or 0xDE1F4F) is known color: Amaranth. HEX triplet: DE, 1F and 4F. RGB value is (222,31,79). Sum of RGB (Red+Green+Blue) = 222+31+79=332 (43% of max value = 765). Red value is 222 (87.11% from 255 or 66.87% from 332); Green value is 31 (12.5% from 255 or 9.34% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1F4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE1F4F is #21E0B0. Grayscale: #5D5D5D. Windows color (decimal): -2220209 or 5185502. OLE color: 5185502.

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

Color convert

RGB 222 31 79 -
CMYK 0 0.86 0.64 0.13
HSL 344.92º 0.75% 0.5% -
HSV(B) 344.92º 0.86% 0.87% -
XYZ 32.03 17.07 9 -
YUV 93.58 119.78 219.6 -
System Red Green Blue C M Y K H S L
Decimal 222 31 79 0 0.86 0.64 0.13 344.92 0.75 0.5
Hex DE 1F 4F 0 56 40 D 159 4B 32
Octal 336 37 117 0 126 100 15 531 113 62
Binary 11011110 11111 1001111 0 1010110 1000000 1101 101011001 1001011 110010

Color Harmonies of #DE1F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1F4F

Black with #DE1F4F

Text Example


Text Example

White with #DE1F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1F4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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