Html Css Color HEX #D81F4B Amaranth

📋 copy color: '#D81F4B'

red 216 ◦ green 31 ◦ blue 75

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

Shades of Amaranth #D81F4B

Tints of Amaranth #D81F4B

RGB

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

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

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

R = 67.08%
G = 9.63%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D81F4B (or 0xD81F4B) is known color: Amaranth. HEX triplet: D8, 1F and 4B. RGB value is (216,31,75). Sum of RGB (Red+Green+Blue) = 216+31+75=322 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.08% from 322); Green value is 31 (12.5% from 255 or 9.63% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 216 - color contains mainly: red. Hex color #D81F4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81F4B is #27E0B4. Grayscale: #5B5B5B. Windows color (decimal): -2613429 or 4923352. OLE color: 4923352.

HSL color Cylindrical-coordinate representation of color #D81F4B: hue angle of 345.73º 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 #D81F4B is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 31 75 -
CMYK 0 0.86 0.65 0.15
HSL 345.73º 0.75% 0.48% -
HSV(B) 345.73º 0.86% 0.85% -
XYZ 30.08 16.09 8.18 -
YUV 91.33 118.79 216.92 -
System Red Green Blue C M Y K H S L
Decimal 216 31 75 0 0.86 0.65 0.15 345.73 0.75 0.48
Hex D8 1F 4B 0 56 41 F 15A 4B 30
Octal 330 37 113 0 126 101 17 532 113 60
Binary 11011000 11111 1001011 0 1010110 1000001 1111 101011010 1001011 110000

Color Harmonies of #D81F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81F4B

Black with #D81F4B

Text Example


Text Example

White with #D81F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81F4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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