Html Css Color HEX #D4254A Amaranth

📋 copy color: '#D4254A'

red 212 ◦ green 37 ◦ blue 74

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

Shades of Amaranth #D4254A

Tints of Amaranth #D4254A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.91%

R = 65.63%
G = 11.46%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D4254A (or 0xD4254A) is known color: Amaranth. HEX triplet: D4, 25 and 4A. RGB value is (212,37,74). Sum of RGB (Red+Green+Blue) = 212+37+74=323 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.63% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 212 - color contains mainly: red. Hex color #D4254A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4254A is #2BDAB5. Grayscale: #5D5D5D. Windows color (decimal): -2874038 or 4859348. OLE color: 4859348.

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

Color convert

RGB 212 37 74 -
CMYK 0 0.83 0.65 0.17
HSL 347.31º 0.7% 0.49% -
HSV(B) 347.31º 0.83% 0.83% -
XYZ 29.05 15.81 8 -
YUV 93.54 116.98 212.49 -
System Red Green Blue C M Y K H S L
Decimal 212 37 74 0 0.83 0.65 0.17 347.31 0.7 0.49
Hex D4 25 4A 0 53 41 11 15B 46 31
Octal 324 45 112 0 123 101 21 533 106 61
Binary 11010100 100101 1001010 0 1010011 1000001 10001 101011011 1000110 110001

Color Harmonies of #D4254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4254A

Black with #D4254A

Text Example


Text Example

White with #D4254A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4254A; }

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

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

background-color css

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

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

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

border-color css

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

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

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