Html Css Color HEX #DE2548 Amaranth

📋 copy color: '#DE2548'

red 222 ◦ green 37 ◦ blue 72

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

Shades of Amaranth #DE2548

Tints of Amaranth #DE2548

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.18%

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

R = 67.07%
G = 11.18%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DE2548 (or 0xDE2548) is known color: Amaranth. HEX triplet: DE, 25 and 48. RGB value is (222,37,72). Sum of RGB (Red+Green+Blue) = 222+37+72=331 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.07% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2548 is #21DAB7. Grayscale: #606060. Windows color (decimal): -2218680 or 4728286. OLE color: 4728286.

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

Color convert

RGB 222 37 72 -
CMYK 0 0.83 0.68 0.13
HSL 348.65º 0.74% 0.51% -
HSV(B) 348.65º 0.83% 0.87% -
XYZ 31.96 17.32 7.79 -
YUV 96.31 114.29 217.65 -
System Red Green Blue C M Y K H S L
Decimal 222 37 72 0 0.83 0.68 0.13 348.65 0.74 0.51
Hex DE 25 48 0 53 44 D 15D 4A 33
Octal 336 45 110 0 123 104 15 535 112 63
Binary 11011110 100101 1001000 0 1010011 1000100 1101 101011101 1001010 110011

Color Harmonies of #DE2548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2548

Black with #DE2548

Text Example


Text Example

White with #DE2548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2548; }

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

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

background-color css

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

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

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

border-color css

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

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

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