Html Css Color HEX #D4254F Amaranth

📋 copy color: '#D4254F'

red 212 ◦ green 37 ◦ blue 79

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

Shades of Amaranth #D4254F

Tints of Amaranth #D4254F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.28%

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

R = 64.63%
G = 11.28%
B = 24.09%

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

#D4254F (or 0xD4254F) is known color: Amaranth. HEX triplet: D4, 25 and 4F. RGB value is (212,37,79). Sum of RGB (Red+Green+Blue) = 212+37+79=328 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.63% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 212 - color contains mainly: red. Hex color #D4254F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4254F is #2BDAB0. Grayscale: #5E5E5E. Windows color (decimal): -2874033 or 5187028. OLE color: 5187028.

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

Color convert

RGB 212 37 79 -
CMYK 0 0.83 0.63 0.17
HSL 345.6º 0.7% 0.49% -
HSV(B) 345.6º 0.83% 0.83% -
XYZ 29.22 15.88 8.92 -
YUV 94.11 119.48 212.08 -
System Red Green Blue C M Y K H S L
Decimal 212 37 79 0 0.83 0.63 0.17 345.6 0.7 0.49
Hex D4 25 4F 0 53 3F 11 15A 46 31
Octal 324 45 117 0 123 77 21 532 106 61
Binary 11010100 100101 1001111 0 1010011 111111 10001 101011010 1000110 110001

Color Harmonies of #D4254F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4254F

Black with #D4254F

Text Example


Text Example

White with #D4254F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4254F; }

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

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

background-color css

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

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

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

border-color css

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

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

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