Html Css Color HEX #D22353 Amaranth

📋 copy color: '#D22353'

red 210 ◦ green 35 ◦ blue 83

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

Shades of Amaranth #D22353

Tints of Amaranth #D22353

RGB

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

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

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

R = 64.02%
G = 10.67%
B = 25.3%

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

#D22353 (or 0xD22353) is known color: Amaranth. HEX triplet: D2, 23 and 53. RGB value is (210,35,83). Sum of RGB (Red+Green+Blue) = 210+35+83=328 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.02% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 210 - color contains mainly: red. Hex color #D22353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22353 is #2DDCAC. Grayscale: #5C5C5C. Windows color (decimal): -3005613 or 5448658. OLE color: 5448658.

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

Color convert

RGB 210 35 83 -
CMYK 0 0.83 0.60 0.18
HSL 343.54º 0.71% 0.48% -
HSV(B) 343.54º 0.83% 0.82% -
XYZ 28.74 15.53 9.67 -
YUV 92.8 122.48 211.6 -
System Red Green Blue C M Y K H S L
Decimal 210 35 83 0 0.83 0.60 0.18 343.54 0.71 0.48
Hex D2 23 53 0 53 3C 12 158 47 30
Octal 322 43 123 0 123 74 22 530 107 60
Binary 11010010 100011 1010011 0 1010011 111100 10010 101011000 1000111 110000

Color Harmonies of #D22353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22353

Black with #D22353

Text Example


Text Example

White with #D22353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22353; }

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

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

background-color css

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

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

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

border-color css

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

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

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