Html Css Color HEX #D4234C Amaranth

📋 copy color: '#D4234C'

red 212 ◦ green 35 ◦ blue 76

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

Shades of Amaranth #D4234C

Tints of Amaranth #D4234C

RGB

 RED value IS 212 (83.2% from 255) = 65.63%

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

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

R = 65.63%
G = 10.84%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D4234C (or 0xD4234C) is known color: Amaranth. HEX triplet: D4, 23 and 4C. RGB value is (212,35,76). Sum of RGB (Red+Green+Blue) = 212+35+76=323 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.63% from 323); Green value is 35 (14.06% from 255 or 10.84% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 212 - color contains mainly: red. Hex color #D4234C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4234C is #2BDCB3. Grayscale: #5C5C5C. Windows color (decimal): -2874548 or 4989908. OLE color: 4989908.

HSL color Cylindrical-coordinate representation of color #D4234C: hue angle of 346.1º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D4234C is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 35 76 -
CMYK 0 0.83 0.64 0.17
HSL 346.1º 0.72% 0.48% -
HSV(B) 346.1º 0.83% 0.83% -
XYZ 29.06 15.72 8.34 -
YUV 92.6 118.64 213.17 -
System Red Green Blue C M Y K H S L
Decimal 212 35 76 0 0.83 0.64 0.17 346.1 0.72 0.48
Hex D4 23 4C 0 53 40 11 15A 48 30
Octal 324 43 114 0 123 100 21 532 110 60
Binary 11010100 100011 1001100 0 1010011 1000000 10001 101011010 1001000 110000

Color Harmonies of #D4234C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4234C

Black with #D4234C

Text Example


Text Example

White with #D4234C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4234C; }

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

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

background-color css

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

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

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

border-color css

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

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

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