Html Css Color HEX #D4214B Amaranth

📋 copy color: '#D4214B'

red 212 ◦ green 33 ◦ blue 75

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

Shades of Amaranth #D4214B

Tints of Amaranth #D4214B

RGB

 RED value IS 212 (83.2% from 255) = 66.25%

 GREEN value IS 33 (13.28% from 255) = 10.31%

 BLUE value IS 75 (29.69% from 255) = 23.44%

R = 66.25%
G = 10.31%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D4214B (or 0xD4214B) is known color: Amaranth. HEX triplet: D4, 21 and 4B. RGB value is (212,33,75). Sum of RGB (Red+Green+Blue) = 212+33+75=320 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.25% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 212 - color contains mainly: red. Hex color #D4214B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4214B is #2BDEB4. Grayscale: #5B5B5B. Windows color (decimal): -2875061 or 4923860. OLE color: 4923860.

HSL color Cylindrical-coordinate representation of color #D4214B: hue angle of 345.92º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D4214B is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 33 75 -
CMYK 0 0.84 0.65 0.17
HSL 345.92º 0.73% 0.48% -
HSV(B) 345.92º 0.84% 0.83% -
XYZ 28.97 15.59 8.14 -
YUV 91.31 118.8 214.08 -
System Red Green Blue C M Y K H S L
Decimal 212 33 75 0 0.84 0.65 0.17 345.92 0.73 0.48
Hex D4 21 4B 0 54 41 11 15A 49 30
Octal 324 41 113 0 124 101 21 532 111 60
Binary 11010100 100001 1001011 0 1010100 1000001 10001 101011010 1001001 110000

Color Harmonies of #D4214B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4214B

Black with #D4214B

Text Example


Text Example

White with #D4214B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4214B; }

 p { color: rgb(212,33,75); }

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

background-color css

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

 a { background-color: rgb(212,33,75); }

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

border-color css

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

 span { border-color: rgb(212,33,75); }

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