Html Css Color HEX #D4274F Amaranth

📋 copy color: '#D4274F'

red 212 ◦ green 39 ◦ blue 79

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

Shades of Amaranth #D4274F

Tints of Amaranth #D4274F

RGB

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

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

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

R = 64.24%
G = 11.82%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D4274F (or 0xD4274F) is known color: Amaranth. HEX triplet: D4, 27 and 4F. RGB value is (212,39,79). Sum of RGB (Red+Green+Blue) = 212+39+79=330 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.24% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 212 - color contains mainly: red. Hex color #D4274F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4274F is #2BD8B0. Grayscale: #5F5F5F. Windows color (decimal): -2873521 or 5187540. OLE color: 5187540.

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

Color convert

RGB 212 39 79 -
CMYK 0 0.82 0.63 0.17
HSL 346.13º 0.69% 0.49% -
HSV(B) 346.13º 0.82% 0.83% -
XYZ 29.29 16.01 8.94 -
YUV 95.29 118.81 211.25 -
System Red Green Blue C M Y K H S L
Decimal 212 39 79 0 0.82 0.63 0.17 346.13 0.69 0.49
Hex D4 27 4F 0 52 3F 11 15A 45 31
Octal 324 47 117 0 122 77 21 532 105 61
Binary 11010100 100111 1001111 0 1010010 111111 10001 101011010 1000101 110001

Color Harmonies of #D4274F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4274F

Black with #D4274F

Text Example


Text Example

White with #D4274F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4274F; }

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

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

background-color css

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

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

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

border-color css

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

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

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