Html Css Color HEX #D22750 Amaranth

📋 copy color: '#D22750'

red 210 ◦ green 39 ◦ blue 80

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

Shades of Amaranth #D22750

Tints of Amaranth #D22750

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.85%

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

R = 63.83%
G = 11.85%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D22750 (or 0xD22750) is known color: Amaranth. HEX triplet: D2, 27 and 50. RGB value is (210,39,80). Sum of RGB (Red+Green+Blue) = 210+39+80=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D22750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22750 is #2DD8AF. Grayscale: #5E5E5E. Windows color (decimal): -3004592 or 5253074. OLE color: 5253074.

HSL color Cylindrical-coordinate representation of color #D22750: hue angle of 345.61º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D22750 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 39 80 -
CMYK 0 0.81 0.62 0.18
HSL 345.61º 0.69% 0.49% -
HSV(B) 345.61º 0.81% 0.82% -
XYZ 28.75 15.73 9.11 -
YUV 94.8 119.65 210.17 -
System Red Green Blue C M Y K H S L
Decimal 210 39 80 0 0.81 0.62 0.18 345.61 0.69 0.49
Hex D2 27 50 0 51 3E 12 15A 45 31
Octal 322 47 120 0 121 76 22 532 105 61
Binary 11010010 100111 1010000 0 1010001 111110 10010 101011010 1000101 110001

Color Harmonies of #D22750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22750

Black with #D22750

Text Example


Text Example

White with #D22750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22750; }

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

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

background-color css

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

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

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

border-color css

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

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

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