Html Css Color HEX #D4234F Amaranth

📋 copy color: '#D4234F'

red 212 ◦ green 35 ◦ blue 79

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

Shades of Amaranth #D4234F

Tints of Amaranth #D4234F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.23%

R = 65.03%
G = 10.74%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D4234F (or 0xD4234F) is known color: Amaranth. HEX triplet: D4, 23 and 4F. RGB value is (212,35,79). Sum of RGB (Red+Green+Blue) = 212+35+79=326 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.03% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 212 - color contains mainly: red. Hex color #D4234F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4234F is #2BDCB0. Grayscale: #5C5C5C. Windows color (decimal): -2874545 or 5186516. OLE color: 5186516.

HSL color Cylindrical-coordinate representation of color #D4234F: hue angle of 345.08º 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 #D4234F is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 35 79 -
CMYK 0 0.83 0.63 0.17
HSL 345.08º 0.72% 0.48% -
HSV(B) 345.08º 0.83% 0.83% -
XYZ 29.16 15.76 8.9 -
YUV 92.94 120.14 212.92 -
System Red Green Blue C M Y K H S L
Decimal 212 35 79 0 0.83 0.63 0.17 345.08 0.72 0.48
Hex D4 23 4F 0 53 3F 11 159 48 30
Octal 324 43 117 0 123 77 21 531 110 60
Binary 11010100 100011 1001111 0 1010011 111111 10001 101011001 1001000 110000

Color Harmonies of #D4234F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4234F

Black with #D4234F

Text Example


Text Example

White with #D4234F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4234F; }

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

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

background-color css

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

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

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

border-color css

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

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

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