Html Css Color HEX #D22754 Amaranth

📋 copy color: '#D22754'

red 210 ◦ green 39 ◦ blue 84

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

Shades of Amaranth #D22754

Tints of Amaranth #D22754

RGB

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

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

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

R = 63.06%
G = 11.71%
B = 25.23%

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

#D22754 (or 0xD22754) is known color: Amaranth. HEX triplet: D2, 27 and 54. RGB value is (210,39,84). Sum of RGB (Red+Green+Blue) = 210+39+84=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D22754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22754 is #2DD8AB. Grayscale: #5F5F5F. Windows color (decimal): -3004588 or 5515218. OLE color: 5515218.

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

Color convert

RGB 210 39 84 -
CMYK 0 0.81 0.6 0.18
HSL 344.21º 0.69% 0.49% -
HSV(B) 344.21º 0.81% 0.82% -
XYZ 28.9 15.79 9.91 -
YUV 95.26 121.65 209.84 -
System Red Green Blue C M Y K H S L
Decimal 210 39 84 0 0.81 0.6 0.18 344.21 0.69 0.49
Hex D2 27 54 0 51 3C 12 158 45 31
Octal 322 47 124 0 121 74 22 530 105 61
Binary 11010010 100111 1010100 0 1010001 111100 10010 101011000 1000101 110001

Color Harmonies of #D22754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22754

Black with #D22754

Text Example


Text Example

White with #D22754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22754; }

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

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

background-color css

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

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

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

border-color css

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

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

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