Html Css Color HEX #D21F51 Amaranth

📋 copy color: '#D21F51'

red 210 ◦ green 31 ◦ blue 81

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

Shades of Amaranth #D21F51

Tints of Amaranth #D21F51

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.63%

 BLUE value IS 81 (32.03% from 255) = 25.16%

R = 65.22%
G = 9.63%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D21F51 (or 0xD21F51) is known color: Amaranth. HEX triplet: D2, 1F and 51. RGB value is (210,31,81). Sum of RGB (Red+Green+Blue) = 210+31+81=322 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.22% from 322); Green value is 31 (12.5% from 255 or 9.63% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21F51 is #2DE0AE. Grayscale: #5A5A5A. Windows color (decimal): -3006639 or 5316562. OLE color: 5316562.

HSL color Cylindrical-coordinate representation of color #D21F51: hue angle of 343.24º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D21F51 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 31 81 -
CMYK 0 0.85 0.61 0.18
HSL 343.24º 0.74% 0.47% -
HSV(B) 343.24º 0.85% 0.82% -
XYZ 28.55 15.28 9.23 -
YUV 90.22 122.8 213.43 -
System Red Green Blue C M Y K H S L
Decimal 210 31 81 0 0.85 0.61 0.18 343.24 0.74 0.47
Hex D2 1F 51 0 55 3D 12 157 4A 2F
Octal 322 37 121 0 125 75 22 527 112 57
Binary 11010010 11111 1010001 0 1010101 111101 10010 101010111 1001010 101111

Color Harmonies of #D21F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21F51

Black with #D21F51

Text Example


Text Example

White with #D21F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21F51; }

 p { color: rgb(210,31,81); }

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

background-color css

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

 a { background-color: rgb(210,31,81); }

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

border-color css

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

 span { border-color: rgb(210,31,81); }

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