Html Css Color HEX #D5254E Amaranth

📋 copy color: '#D5254E'

red 213 ◦ green 37 ◦ blue 78

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

Shades of Amaranth #D5254E

Tints of Amaranth #D5254E

RGB

 RED value IS 213 (83.59% from 255) = 64.94%

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

 BLUE value IS 78 (30.86% from 255) = 23.78%

R = 64.94%
G = 11.28%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D5254E (or 0xD5254E) is known color: Amaranth. HEX triplet: D5, 25 and 4E. RGB value is (213,37,78). Sum of RGB (Red+Green+Blue) = 213+37+78=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D5254E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5254E is #2ADAB1. Grayscale: #5E5E5E. Windows color (decimal): -2808498 or 5121493. OLE color: 5121493.

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

Color convert

RGB 213 37 78 -
CMYK 0 0.83 0.63 0.16
HSL 346.02º 0.7% 0.49% -
HSV(B) 346.02º 0.83% 0.84% -
XYZ 29.48 16.02 8.75 -
YUV 94.3 118.81 212.67 -
System Red Green Blue C M Y K H S L
Decimal 213 37 78 0 0.83 0.63 0.16 346.02 0.7 0.49
Hex D5 25 4E 0 53 3F 10 15A 46 31
Octal 325 45 116 0 123 77 20 532 106 61
Binary 11010101 100101 1001110 0 1010011 111111 10000 101011010 1000110 110001

Color Harmonies of #D5254E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5254E

Black with #D5254E

Text Example


Text Example

White with #D5254E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5254E; }

 p { color: rgb(213,37,78); }

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

background-color css

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

 a { background-color: rgb(213,37,78); }

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

border-color css

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

 span { border-color: rgb(213,37,78); }

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