Html Css Color HEX #D5274E Amaranth

📋 copy color: '#D5274E'

red 213 ◦ green 39 ◦ blue 78

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

Shades of Amaranth #D5274E

Tints of Amaranth #D5274E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.82%

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

R = 64.55%
G = 11.82%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D5274E (or 0xD5274E) is known color: Amaranth. HEX triplet: D5, 27 and 4E. RGB value is (213,39,78). Sum of RGB (Red+Green+Blue) = 213+39+78=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D5274E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5274E is #2AD8B1. Grayscale: #5F5F5F. Windows color (decimal): -2807986 or 5122005. OLE color: 5122005.

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

Color convert

RGB 213 39 78 -
CMYK 0 0.82 0.63 0.16
HSL 346.55º 0.69% 0.49% -
HSV(B) 346.55º 0.82% 0.84% -
XYZ 29.54 16.15 8.77 -
YUV 95.47 118.15 211.83 -
System Red Green Blue C M Y K H S L
Decimal 213 39 78 0 0.82 0.63 0.16 346.55 0.69 0.49
Hex D5 27 4E 0 52 3F 10 15B 45 31
Octal 325 47 116 0 122 77 20 533 105 61
Binary 11010101 100111 1001110 0 1010010 111111 10000 101011011 1000101 110001

Color Harmonies of #D5274E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5274E

Black with #D5274E

Text Example


Text Example

White with #D5274E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5274E; }

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

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

background-color css

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

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

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

border-color css

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

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

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