Html Css Color HEX #D42053 Amaranth

📋 copy color: '#D42053'

red 212 ◦ green 32 ◦ blue 83

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

Shades of Amaranth #D42053

Tints of Amaranth #D42053

RGB

 RED value IS 212 (83.2% from 255) = 64.83%

 GREEN value IS 32 (12.89% from 255) = 9.79%

 BLUE value IS 83 (32.81% from 255) = 25.38%

R = 64.83%
G = 9.79%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D42053 (or 0xD42053) is known color: Amaranth. HEX triplet: D4, 20 and 53. RGB value is (212,32,83). Sum of RGB (Red+Green+Blue) = 212+32+83=327 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.83% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 212 - color contains mainly: red. Hex color #D42053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42053 is #2BDFAC. Grayscale: #5B5B5B. Windows color (decimal): -2875309 or 5447892. OLE color: 5447892.

HSL color Cylindrical-coordinate representation of color #D42053: hue angle of 343º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D42053 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 32 83 -
CMYK 0 0.85 0.61 0.17
HSL 343º 0.74% 0.48% -
HSV(B) 343º 0.85% 0.83% -
XYZ 29.23 15.65 9.66 -
YUV 91.63 123.13 213.85 -
System Red Green Blue C M Y K H S L
Decimal 212 32 83 0 0.85 0.61 0.17 343 0.74 0.48
Hex D4 20 53 0 55 3D 11 157 4A 30
Octal 324 40 123 0 125 75 21 527 112 60
Binary 11010100 100000 1010011 0 1010101 111101 10001 101010111 1001010 110000

Color Harmonies of #D42053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42053

Black with #D42053

Text Example


Text Example

White with #D42053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42053; }

 p { color: rgb(212,32,83); }

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

background-color css

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

 a { background-color: rgb(212,32,83); }

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

border-color css

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

 span { border-color: rgb(212,32,83); }

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