Html Css Color HEX #D8254A Amaranth

📋 copy color: '#D8254A'

red 216 ◦ green 37 ◦ blue 74

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

Shades of Amaranth #D8254A

Tints of Amaranth #D8254A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.31%

 BLUE value IS 74 (29.3% from 255) = 22.63%

R = 66.06%
G = 11.31%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D8254A (or 0xD8254A) is known color: Amaranth. HEX triplet: D8, 25 and 4A. RGB value is (216,37,74). Sum of RGB (Red+Green+Blue) = 216+37+74=327 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.06% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 216 - color contains mainly: red. Hex color #D8254A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8254A is #27DAB5. Grayscale: #5E5E5E. Windows color (decimal): -2611894 or 4859352. OLE color: 4859352.

HSL color Cylindrical-coordinate representation of color #D8254A: hue angle of 347.6º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D8254A is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 37 74 -
CMYK 0 0.83 0.66 0.15
HSL 347.6º 0.71% 0.5% -
HSV(B) 347.6º 0.83% 0.85% -
XYZ 30.22 16.42 8.05 -
YUV 94.74 116.3 214.49 -
System Red Green Blue C M Y K H S L
Decimal 216 37 74 0 0.83 0.66 0.15 347.6 0.71 0.5
Hex D8 25 4A 0 53 42 F 15C 47 32
Octal 330 45 112 0 123 102 17 534 107 62
Binary 11011000 100101 1001010 0 1010011 1000010 1111 101011100 1000111 110010

Color Harmonies of #D8254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8254A

Black with #D8254A

Text Example


Text Example

White with #D8254A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8254A; }

 p { color: rgb(216,37,74); }

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

background-color css

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

 a { background-color: rgb(216,37,74); }

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

border-color css

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

 span { border-color: rgb(216,37,74); }

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