Html Css Color HEX #DE2452 Amaranth

📋 copy color: '#DE2452'

red 222 ◦ green 36 ◦ blue 82

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

Shades of Amaranth #DE2452

Tints of Amaranth #DE2452

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.59%

 BLUE value IS 82 (32.42% from 255) = 24.12%

R = 65.29%
G = 10.59%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DE2452 (or 0xDE2452) is known color: Amaranth. HEX triplet: DE, 24 and 52. RGB value is (222,36,82). Sum of RGB (Red+Green+Blue) = 222+36+82=340 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.29% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2452 is #21DBAD. Grayscale: #606060. Windows color (decimal): -2218926 or 5383390. OLE color: 5383390.

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

Color convert

RGB 222 36 82 -
CMYK 0 0.84 0.63 0.13
HSL 345.16º 0.74% 0.51% -
HSV(B) 345.16º 0.84% 0.87% -
XYZ 32.28 17.4 9.64 -
YUV 96.86 119.62 217.26 -
System Red Green Blue C M Y K H S L
Decimal 222 36 82 0 0.84 0.63 0.13 345.16 0.74 0.51
Hex DE 24 52 0 54 3F D 159 4A 33
Octal 336 44 122 0 124 77 15 531 112 63
Binary 11011110 100100 1010010 0 1010100 111111 1101 101011001 1001010 110011

Color Harmonies of #DE2452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2452

Black with #DE2452

Text Example


Text Example

White with #DE2452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2452; }

 p { color: rgb(222,36,82); }

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

background-color css

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

 a { background-color: rgb(222,36,82); }

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

border-color css

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

 span { border-color: rgb(222,36,82); }

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