Html Css Color HEX #D22355 Amaranth

📋 copy color: '#D22355'

red 210 ◦ green 35 ◦ blue 85

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

Shades of Amaranth #D22355

Tints of Amaranth #D22355

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.61%

 BLUE value IS 85 (33.59% from 255) = 25.76%

R = 63.64%
G = 10.61%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D22355 (or 0xD22355) is known color: Amaranth. HEX triplet: D2, 23 and 55. RGB value is (210,35,85). Sum of RGB (Red+Green+Blue) = 210+35+85=330 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.64% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 210 - color contains mainly: red. Hex color #D22355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22355 is #2DDCAA. Grayscale: #5D5D5D. Windows color (decimal): -3005611 or 5579730. OLE color: 5579730.

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

Color convert

RGB 210 35 85 -
CMYK 0 0.83 0.60 0.18
HSL 342.86º 0.71% 0.48% -
HSV(B) 342.86º 0.83% 0.82% -
XYZ 28.82 15.56 10.08 -
YUV 93.03 123.48 211.43 -
System Red Green Blue C M Y K H S L
Decimal 210 35 85 0 0.83 0.60 0.18 342.86 0.71 0.48
Hex D2 23 55 0 53 3C 12 157 47 30
Octal 322 43 125 0 123 74 22 527 107 60
Binary 11010010 100011 1010101 0 1010011 111100 10010 101010111 1000111 110000

Color Harmonies of #D22355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22355

Black with #D22355

Text Example


Text Example

White with #D22355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22355; }

 p { color: rgb(210,35,85); }

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

background-color css

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

 a { background-color: rgb(210,35,85); }

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

border-color css

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

 span { border-color: rgb(210,35,85); }

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