Html Css Color HEX #D22454 Amaranth

📋 copy color: '#D22454'

red 210 ◦ green 36 ◦ blue 84

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

Shades of Amaranth #D22454

Tints of Amaranth #D22454

RGB

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

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

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

R = 63.64%
G = 10.91%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.6

 K value IS 0.18

RGB Variations

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

Color information

#D22454 (or 0xD22454) is known color: Amaranth. HEX triplet: D2, 24 and 54. RGB value is (210,36,84). Sum of RGB (Red+Green+Blue) = 210+36+84=330 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.64% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 210 - color contains mainly: red. Hex color #D22454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22454 is #2DDBAB. Grayscale: #5D5D5D. Windows color (decimal): -3005356 or 5514450. OLE color: 5514450.

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

Color convert

RGB 210 36 84 -
CMYK 0 0.83 0.6 0.18
HSL 343.45º 0.71% 0.48% -
HSV(B) 343.45º 0.83% 0.82% -
XYZ 28.81 15.6 9.88 -
YUV 93.5 122.65 211.1 -
System Red Green Blue C M Y K H S L
Decimal 210 36 84 0 0.83 0.6 0.18 343.45 0.71 0.48
Hex D2 24 54 0 53 3C 12 157 47 30
Octal 322 44 124 0 123 74 22 527 107 60
Binary 11010010 100100 1010100 0 1010011 111100 10010 101010111 1000111 110000

Color Harmonies of #D22454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22454

Black with #D22454

Text Example


Text Example

White with #D22454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22454; }

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

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

background-color css

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

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

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

border-color css

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

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

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