Html Css Color HEX #D5234E Amaranth

📋 copy color: '#D5234E'

red 213 ◦ green 35 ◦ blue 78

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

Shades of Amaranth #D5234E

Tints of Amaranth #D5234E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.74%

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

R = 65.34%
G = 10.74%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D5234E (or 0xD5234E) is known color: Amaranth. HEX triplet: D5, 23 and 4E. RGB value is (213,35,78). Sum of RGB (Red+Green+Blue) = 213+35+78=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D5234E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5234E is #2ADCB1. Grayscale: #5D5D5D. Windows color (decimal): -2809010 or 5120981. OLE color: 5120981.

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

Color convert

RGB 213 35 78 -
CMYK 0 0.84 0.63 0.16
HSL 345.51º 0.72% 0.49% -
HSV(B) 345.51º 0.84% 0.84% -
XYZ 29.42 15.9 8.73 -
YUV 93.12 119.47 213.5 -
System Red Green Blue C M Y K H S L
Decimal 213 35 78 0 0.84 0.63 0.16 345.51 0.72 0.49
Hex D5 23 4E 0 54 3F 10 15A 48 31
Octal 325 43 116 0 124 77 20 532 110 61
Binary 11010101 100011 1001110 0 1010100 111111 10000 101011010 1001000 110001

Color Harmonies of #D5234E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5234E

Black with #D5234E

Text Example


Text Example

White with #D5234E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5234E; }

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

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

background-color css

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

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

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

border-color css

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

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

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