Html Css Color HEX #D22854 Amaranth

📋 copy color: '#D22854'

red 210 ◦ green 40 ◦ blue 84

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

Shades of Amaranth #D22854

Tints of Amaranth #D22854

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.98%

 BLUE value IS 84 (33.2% from 255) = 25.15%

R = 62.87%
G = 11.98%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.6

 K value IS 0.18

RGB Variations

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

Color information

#D22854 (or 0xD22854) is known color: Amaranth. HEX triplet: D2, 28 and 54. RGB value is (210,40,84). Sum of RGB (Red+Green+Blue) = 210+40+84=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D22854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22854 is #2DD7AB. Grayscale: #5F5F5F. Windows color (decimal): -3004332 or 5515474. OLE color: 5515474.

HSL color Cylindrical-coordinate representation of color #D22854: hue angle of 344.47º degrees, saturation: 0.68, 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 #D22854 is Cyan = 0, Magento = 0.81, Yellow = 0.6 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 40 84 -
CMYK 0 0.81 0.6 0.18
HSL 344.47º 0.68% 0.49% -
HSV(B) 344.47º 0.81% 0.82% -
XYZ 28.94 15.86 9.92 -
YUV 95.85 121.32 209.42 -
System Red Green Blue C M Y K H S L
Decimal 210 40 84 0 0.81 0.6 0.18 344.47 0.68 0.49
Hex D2 28 54 0 51 3C 12 158 44 31
Octal 322 50 124 0 121 74 22 530 104 61
Binary 11010010 101000 1010100 0 1010001 111100 10010 101011000 1000100 110001

Color Harmonies of #D22854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22854

Black with #D22854

Text Example


Text Example

White with #D22854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22854; }

 p { color: rgb(210,40,84); }

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

background-color css

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

 a { background-color: rgb(210,40,84); }

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

border-color css

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

 span { border-color: rgb(210,40,84); }

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