Html Css Color HEX #D21F52 Amaranth

📋 copy color: '#D21F52'

red 210 ◦ green 31 ◦ blue 82

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

Shades of Amaranth #D21F52

Tints of Amaranth #D21F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.39%

R = 65.02%
G = 9.6%
B = 25.39%

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

#D21F52 (or 0xD21F52) is known color: Amaranth. HEX triplet: D2, 1F and 52. RGB value is (210,31,82). Sum of RGB (Red+Green+Blue) = 210+31+82=323 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.02% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21F52 is #2DE0AD. Grayscale: #5A5A5A. Windows color (decimal): -3006638 or 5382098. OLE color: 5382098.

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

Color convert

RGB 210 31 82 -
CMYK 0 0.85 0.61 0.18
HSL 342.91º 0.74% 0.47% -
HSV(B) 342.91º 0.85% 0.82% -
XYZ 28.59 15.29 9.43 -
YUV 90.34 123.3 213.35 -
System Red Green Blue C M Y K H S L
Decimal 210 31 82 0 0.85 0.61 0.18 342.91 0.74 0.47
Hex D2 1F 52 0 55 3D 12 157 4A 2F
Octal 322 37 122 0 125 75 22 527 112 57
Binary 11010010 11111 1010010 0 1010101 111101 10010 101010111 1001010 101111

Color Harmonies of #D21F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21F52

Black with #D21F52

Text Example


Text Example

White with #D21F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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