Html Css Color HEX #DE2948 Amaranth

📋 copy color: '#DE2948'

red 222 ◦ green 41 ◦ blue 72

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

Shades of Amaranth #DE2948

Tints of Amaranth #DE2948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.24%

 BLUE value IS 72 (28.52% from 255) = 21.49%

R = 66.27%
G = 12.24%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DE2948 (or 0xDE2948) is known color: Amaranth. HEX triplet: DE, 29 and 48. RGB value is (222,41,72). Sum of RGB (Red+Green+Blue) = 222+41+72=335 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.27% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2948 is #21D6B7. Grayscale: #626262. Windows color (decimal): -2217656 or 4729310. OLE color: 4729310.

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

Color convert

RGB 222 41 72 -
CMYK 0 0.82 0.68 0.13
HSL 349.72º 0.73% 0.52% -
HSV(B) 349.72º 0.82% 0.87% -
XYZ 32.09 17.58 7.83 -
YUV 98.65 112.97 215.98 -
System Red Green Blue C M Y K H S L
Decimal 222 41 72 0 0.82 0.68 0.13 349.72 0.73 0.52
Hex DE 29 48 0 52 44 D 15E 49 34
Octal 336 51 110 0 122 104 15 536 111 64
Binary 11011110 101001 1001000 0 1010010 1000100 1101 101011110 1001001 110100

Color Harmonies of #DE2948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2948

Black with #DE2948

Text Example


Text Example

White with #DE2948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2948; }

 p { color: rgb(222,41,72); }

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

background-color css

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

 a { background-color: rgb(222,41,72); }

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

border-color css

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

 span { border-color: rgb(222,41,72); }

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