Html Css Color HEX #D22053 Amaranth

📋 copy color: '#D22053'

red 210 ◦ green 32 ◦ blue 83

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

Shades of Amaranth #D22053

Tints of Amaranth #D22053

RGB

 RED value IS 210 (82.42% from 255) = 64.62%

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

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

R = 64.62%
G = 9.85%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D22053 (or 0xD22053) is known color: Amaranth. HEX triplet: D2, 20 and 53. RGB value is (210,32,83). Sum of RGB (Red+Green+Blue) = 210+32+83=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D22053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22053 is #2DDFAC. Grayscale: #5B5B5B. Windows color (decimal): -3006381 or 5447890. OLE color: 5447890.

HSL color Cylindrical-coordinate representation of color #D22053: hue angle of 342.81º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D22053 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 32 83 -
CMYK 0 0.85 0.60 0.18
HSL 342.81º 0.74% 0.47% -
HSV(B) 342.81º 0.85% 0.82% -
XYZ 28.66 15.36 9.64 -
YUV 91.04 123.47 212.85 -
System Red Green Blue C M Y K H S L
Decimal 210 32 83 0 0.85 0.60 0.18 342.81 0.74 0.47
Hex D2 20 53 0 55 3C 12 157 4A 2F
Octal 322 40 123 0 125 74 22 527 112 57
Binary 11010010 100000 1010011 0 1010101 111100 10010 101010111 1001010 101111

Color Harmonies of #D22053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22053

Black with #D22053

Text Example


Text Example

White with #D22053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22053; }

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

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

background-color css

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

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

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

border-color css

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

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

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