Html Css Color HEX #D22B53 Amaranth

📋 copy color: '#D22B53'

red 210 ◦ green 43 ◦ blue 83

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

Shades of Amaranth #D22B53

Tints of Amaranth #D22B53

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.8%

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

R = 62.5%
G = 12.8%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D22B53 (or 0xD22B53) is known color: Amaranth. HEX triplet: D2, 2B and 53. RGB value is (210,43,83). Sum of RGB (Red+Green+Blue) = 210+43+83=336 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.5% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 210 - color contains mainly: red. Hex color #D22B53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22B53 is #2DD4AC. Grayscale: #616161. Windows color (decimal): -3003565 or 5450706. OLE color: 5450706.

HSL color Cylindrical-coordinate representation of color #D22B53: hue angle of 345.63º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22B53 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 43 83 -
CMYK 0 0.80 0.60 0.18
HSL 345.63º 0.66% 0.5% -
HSV(B) 345.63º 0.8% 0.82% -
XYZ 29 16.05 9.75 -
YUV 97.49 119.83 208.25 -
System Red Green Blue C M Y K H S L
Decimal 210 43 83 0 0.80 0.60 0.18 345.63 0.66 0.5
Hex D2 2B 53 0 50 3C 12 15A 42 32
Octal 322 53 123 0 120 74 22 532 102 62
Binary 11010010 101011 1010011 0 1010000 111100 10010 101011010 1000010 110010

Color Harmonies of #D22B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22B53

Black with #D22B53

Text Example


Text Example

White with #D22B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22B53; }

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

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

background-color css

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

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

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

border-color css

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

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

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