Html Css Color HEX #D4274C Amaranth

📋 copy color: '#D4274C'

red 212 ◦ green 39 ◦ blue 76

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

Shades of Amaranth #D4274C

Tints of Amaranth #D4274C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.93%

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

R = 64.83%
G = 11.93%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D4274C (or 0xD4274C) is known color: Amaranth. HEX triplet: D4, 27 and 4C. RGB value is (212,39,76). Sum of RGB (Red+Green+Blue) = 212+39+76=327 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.83% from 327); Green value is 39 (15.62% from 255 or 11.93% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 212 - color contains mainly: red. Hex color #D4274C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4274C is #2BD8B3. Grayscale: #5E5E5E. Windows color (decimal): -2873524 or 4990932. OLE color: 4990932.

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

Color convert

RGB 212 39 76 -
CMYK 0 0.82 0.64 0.17
HSL 347.17º 0.69% 0.49% -
HSV(B) 347.17º 0.82% 0.83% -
XYZ 29.18 15.97 8.38 -
YUV 94.95 117.31 211.49 -
System Red Green Blue C M Y K H S L
Decimal 212 39 76 0 0.82 0.64 0.17 347.17 0.69 0.49
Hex D4 27 4C 0 52 40 11 15B 45 31
Octal 324 47 114 0 122 100 21 533 105 61
Binary 11010100 100111 1001100 0 1010010 1000000 10001 101011011 1000101 110001

Color Harmonies of #D4274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4274C

Black with #D4274C

Text Example


Text Example

White with #D4274C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4274C; }

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

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

background-color css

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

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

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

border-color css

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

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

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