Html Css Color HEX #D22350 Amaranth

📋 copy color: '#D22350'

red 210 ◦ green 35 ◦ blue 80

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

Shades of Amaranth #D22350

Tints of Amaranth #D22350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.62%

R = 64.62%
G = 10.77%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D22350 (or 0xD22350) is known color: Amaranth. HEX triplet: D2, 23 and 50. RGB value is (210,35,80). Sum of RGB (Red+Green+Blue) = 210+35+80=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 35 (14.06% from 255 or 10.77% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D22350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22350 is #2DDCAF. Grayscale: #5C5C5C. Windows color (decimal): -3005616 or 5252050. OLE color: 5252050.

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

Color convert

RGB 210 35 80 -
CMYK 0 0.83 0.62 0.18
HSL 344.57º 0.71% 0.48% -
HSV(B) 344.57º 0.83% 0.82% -
XYZ 28.63 15.48 9.07 -
YUV 92.46 120.98 211.84 -
System Red Green Blue C M Y K H S L
Decimal 210 35 80 0 0.83 0.62 0.18 344.57 0.71 0.48
Hex D2 23 50 0 53 3E 12 159 47 30
Octal 322 43 120 0 123 76 22 531 107 60
Binary 11010010 100011 1010000 0 1010011 111110 10010 101011001 1000111 110000

Color Harmonies of #D22350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22350

Black with #D22350

Text Example


Text Example

White with #D22350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22350; }

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

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

background-color css

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

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

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

border-color css

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

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

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