Html Css Color HEX #DE2745 Amaranth

📋 copy color: '#DE2745'

red 222 ◦ green 39 ◦ blue 69

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

Shades of Amaranth #DE2745

Tints of Amaranth #DE2745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.91%

R = 67.27%
G = 11.82%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DE2745 (or 0xDE2745) is known color: Amaranth. HEX triplet: DE, 27 and 45. RGB value is (222,39,69). Sum of RGB (Red+Green+Blue) = 222+39+69=330 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.27% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2745 is #21D8BA. Grayscale: #616161. Windows color (decimal): -2218171 or 4532190. OLE color: 4532190.

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

Color convert

RGB 222 39 69 -
CMYK 0 0.82 0.69 0.13
HSL 350.16º 0.73% 0.51% -
HSV(B) 350.16º 0.82% 0.87% -
XYZ 31.92 17.41 7.31 -
YUV 97.14 112.13 217.06 -
System Red Green Blue C M Y K H S L
Decimal 222 39 69 0 0.82 0.69 0.13 350.16 0.73 0.51
Hex DE 27 45 0 52 45 D 15E 49 33
Octal 336 47 105 0 122 105 15 536 111 63
Binary 11011110 100111 1000101 0 1010010 1000101 1101 101011110 1001001 110011

Color Harmonies of #DE2745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2745

Black with #DE2745

Text Example


Text Example

White with #DE2745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2745; }

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

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

background-color css

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

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

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

border-color css

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

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

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