Html Css Color HEX #D22352 Amaranth

📋 copy color: '#D22352'

red 210 ◦ green 35 ◦ blue 82

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

Shades of Amaranth #D22352

Tints of Amaranth #D22352

RGB

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

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

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

R = 64.22%
G = 10.7%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D22352 (or 0xD22352) is known color: Amaranth. HEX triplet: D2, 23 and 52. RGB value is (210,35,82). Sum of RGB (Red+Green+Blue) = 210+35+82=327 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.22% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 210 - color contains mainly: red. Hex color #D22352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22352 is #2DDCAD. Grayscale: #5C5C5C. Windows color (decimal): -3005614 or 5383122. OLE color: 5383122.

HSL color Cylindrical-coordinate representation of color #D22352: hue angle of 343.89º 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 #D22352 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 35 82 -
CMYK 0 0.83 0.61 0.18
HSL 343.89º 0.71% 0.48% -
HSV(B) 343.89º 0.83% 0.82% -
XYZ 28.7 15.51 9.46 -
YUV 92.68 121.98 211.68 -
System Red Green Blue C M Y K H S L
Decimal 210 35 82 0 0.83 0.61 0.18 343.89 0.71 0.48
Hex D2 23 52 0 53 3D 12 158 47 30
Octal 322 43 122 0 123 75 22 530 107 60
Binary 11010010 100011 1010010 0 1010011 111101 10010 101011000 1000111 110000

Color Harmonies of #D22352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22352

Black with #D22352

Text Example


Text Example

White with #D22352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22352; }

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

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

background-color css

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

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

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

border-color css

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

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

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