Html Css Color HEX #D8254B Amaranth

📋 copy color: '#D8254B'

red 216 ◦ green 37 ◦ blue 75

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

Shades of Amaranth #D8254B

Tints of Amaranth #D8254B

RGB

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

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

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

R = 65.85%
G = 11.28%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8254B (or 0xD8254B) is known color: Amaranth. HEX triplet: D8, 25 and 4B. RGB value is (216,37,75). Sum of RGB (Red+Green+Blue) = 216+37+75=328 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.85% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 216 - color contains mainly: red. Hex color #D8254B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8254B is #27DAB4. Grayscale: #5E5E5E. Windows color (decimal): -2611893 or 4924888. OLE color: 4924888.

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

Color convert

RGB 216 37 75 -
CMYK 0 0.83 0.65 0.15
HSL 347.26º 0.71% 0.5% -
HSV(B) 347.26º 0.83% 0.85% -
XYZ 30.25 16.43 8.23 -
YUV 94.85 116.8 214.41 -
System Red Green Blue C M Y K H S L
Decimal 216 37 75 0 0.83 0.65 0.15 347.26 0.71 0.5
Hex D8 25 4B 0 53 41 F 15B 47 32
Octal 330 45 113 0 123 101 17 533 107 62
Binary 11011000 100101 1001011 0 1010011 1000001 1111 101011011 1000111 110010

Color Harmonies of #D8254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8254B

Black with #D8254B

Text Example


Text Example

White with #D8254B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8254B; }

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

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

background-color css

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

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

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

border-color css

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

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

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