Html Css Color HEX #DE2751 Amaranth

📋 copy color: '#DE2751'

red 222 ◦ green 39 ◦ blue 81

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

Shades of Amaranth #DE2751

Tints of Amaranth #DE2751

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.4%

 BLUE value IS 81 (32.03% from 255) = 23.68%

R = 64.91%
G = 11.4%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DE2751 (or 0xDE2751) is known color: Amaranth. HEX triplet: DE, 27 and 51. RGB value is (222,39,81). Sum of RGB (Red+Green+Blue) = 222+39+81=342 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.91% from 342); Green value is 39 (15.62% from 255 or 11.40% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2751 is #21D8AE. Grayscale: #626262. Windows color (decimal): -2218159 or 5318622. OLE color: 5318622.

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

Color convert

RGB 222 39 81 -
CMYK 0 0.82 0.64 0.13
HSL 346.23º 0.73% 0.51% -
HSV(B) 346.23º 0.82% 0.87% -
XYZ 32.33 17.57 9.47 -
YUV 98.51 118.13 216.08 -
System Red Green Blue C M Y K H S L
Decimal 222 39 81 0 0.82 0.64 0.13 346.23 0.73 0.51
Hex DE 27 51 0 52 40 D 15A 49 33
Octal 336 47 121 0 122 100 15 532 111 63
Binary 11011110 100111 1010001 0 1010010 1000000 1101 101011010 1001001 110011

Color Harmonies of #DE2751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2751

Black with #DE2751

Text Example


Text Example

White with #DE2751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2751; }

 p { color: rgb(222,39,81); }

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

background-color css

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

 a { background-color: rgb(222,39,81); }

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

border-color css

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

 span { border-color: rgb(222,39,81); }

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