Html Css Color HEX #D22450 Amaranth

📋 copy color: '#D22450'

red 210 ◦ green 36 ◦ blue 80

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

Shades of Amaranth #D22450

Tints of Amaranth #D22450

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.04%

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

R = 64.42%
G = 11.04%
B = 24.54%

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

#D22450 (or 0xD22450) is known color: Amaranth. HEX triplet: D2, 24 and 50. RGB value is (210,36,80). Sum of RGB (Red+Green+Blue) = 210+36+80=326 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.42% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 210 - color contains mainly: red. Hex color #D22450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22450 is #2DDBAF. Grayscale: #5D5D5D. Windows color (decimal): -3005360 or 5252306. OLE color: 5252306.

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

Color convert

RGB 210 36 80 -
CMYK 0 0.83 0.62 0.18
HSL 344.83º 0.71% 0.48% -
HSV(B) 344.83º 0.83% 0.82% -
XYZ 28.66 15.54 9.08 -
YUV 93.04 120.65 211.42 -
System Red Green Blue C M Y K H S L
Decimal 210 36 80 0 0.83 0.62 0.18 344.83 0.71 0.48
Hex D2 24 50 0 53 3E 12 159 47 30
Octal 322 44 120 0 123 76 22 531 107 60
Binary 11010010 100100 1010000 0 1010011 111110 10010 101011001 1000111 110000

Color Harmonies of #D22450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22450

Black with #D22450

Text Example


Text Example

White with #D22450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22450; }

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

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

background-color css

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

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

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

border-color css

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

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

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