Html Css Color HEX #D7214B Amaranth

📋 copy color: '#D7214B'

red 215 ◦ green 33 ◦ blue 75

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

Shades of Amaranth #D7214B

Tints of Amaranth #D7214B

RGB

 RED value IS 215 (84.38% from 255) = 66.56%

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

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

R = 66.56%
G = 10.22%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7214B (or 0xD7214B) is known color: Amaranth. HEX triplet: D7, 21 and 4B. RGB value is (215,33,75). Sum of RGB (Red+Green+Blue) = 215+33+75=323 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.56% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 215 - color contains mainly: red. Hex color #D7214B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7214B is #28DEB4. Grayscale: #5C5C5C. Windows color (decimal): -2678453 or 4923863. OLE color: 4923863.

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

Color convert

RGB 215 33 75 -
CMYK 0 0.85 0.65 0.16
HSL 346.15º 0.73% 0.49% -
HSV(B) 346.15º 0.85% 0.84% -
XYZ 29.84 16.04 8.18 -
YUV 92.21 118.3 215.58 -
System Red Green Blue C M Y K H S L
Decimal 215 33 75 0 0.85 0.65 0.16 346.15 0.73 0.49
Hex D7 21 4B 0 55 41 10 15A 49 31
Octal 327 41 113 0 125 101 20 532 111 61
Binary 11010111 100001 1001011 0 1010101 1000001 10000 101011010 1001001 110001

Color Harmonies of #D7214B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7214B

Black with #D7214B

Text Example


Text Example

White with #D7214B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7214B; }

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

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

background-color css

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

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

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

border-color css

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

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

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