Html Css Color HEX #D81F4F Amaranth

📋 copy color: '#D81F4F'

red 216 ◦ green 31 ◦ blue 79

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

Shades of Amaranth #D81F4F

Tints of Amaranth #D81F4F

RGB

 RED value IS 216 (84.77% from 255) = 66.26%

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

 BLUE value IS 79 (31.25% from 255) = 24.23%

R = 66.26%
G = 9.51%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D81F4F (or 0xD81F4F) is known color: Amaranth. HEX triplet: D8, 1F and 4F. RGB value is (216,31,79). Sum of RGB (Red+Green+Blue) = 216+31+79=326 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.26% from 326); Green value is 31 (12.5% from 255 or 9.51% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 216 - color contains mainly: red. Hex color #D81F4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81F4F is #27E0B0. Grayscale: #5B5B5B. Windows color (decimal): -2613425 or 5185496. OLE color: 5185496.

HSL color Cylindrical-coordinate representation of color #D81F4F: hue angle of 344.43º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D81F4F is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 31 79 -
CMYK 0 0.86 0.63 0.15
HSL 344.43º 0.75% 0.48% -
HSV(B) 344.43º 0.86% 0.85% -
XYZ 30.22 16.14 8.92 -
YUV 91.79 120.79 216.6 -
System Red Green Blue C M Y K H S L
Decimal 216 31 79 0 0.86 0.63 0.15 344.43 0.75 0.48
Hex D8 1F 4F 0 56 3F F 158 4B 30
Octal 330 37 117 0 126 77 17 530 113 60
Binary 11011000 11111 1001111 0 1010110 111111 1111 101011000 1001011 110000

Color Harmonies of #D81F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81F4F

Black with #D81F4F

Text Example


Text Example

White with #D81F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81F4F; }

 p { color: rgb(216,31,79); }

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

background-color css

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

 a { background-color: rgb(216,31,79); }

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

border-color css

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

 span { border-color: rgb(216,31,79); }

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