Html Css Color HEX #D5234C Amaranth

📋 copy color: '#D5234C'

red 213 ◦ green 35 ◦ blue 76

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

Shades of Amaranth #D5234C

Tints of Amaranth #D5234C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.46%

R = 65.74%
G = 10.8%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5234C (or 0xD5234C) is known color: Amaranth. HEX triplet: D5, 23 and 4C. RGB value is (213,35,76). Sum of RGB (Red+Green+Blue) = 213+35+76=324 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.74% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 213 - color contains mainly: red. Hex color #D5234C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5234C is #2ADCB3. Grayscale: #5C5C5C. Windows color (decimal): -2809012 or 4989909. OLE color: 4989909.

HSL color Cylindrical-coordinate representation of color #D5234C: hue angle of 346.18º 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 #D5234C is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 35 76 -
CMYK 0 0.84 0.64 0.16
HSL 346.18º 0.72% 0.49% -
HSV(B) 346.18º 0.84% 0.84% -
XYZ 29.35 15.87 8.35 -
YUV 92.9 118.47 213.67 -
System Red Green Blue C M Y K H S L
Decimal 213 35 76 0 0.84 0.64 0.16 346.18 0.72 0.49
Hex D5 23 4C 0 54 40 10 15A 48 31
Octal 325 43 114 0 124 100 20 532 110 61
Binary 11010101 100011 1001100 0 1010100 1000000 10000 101011010 1001000 110001

Color Harmonies of #D5234C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5234C

Black with #D5234C

Text Example


Text Example

White with #D5234C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5234C; }

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

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

background-color css

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

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

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

border-color css

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

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

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