Html Css Color HEX #D4264E Amaranth

📋 copy color: '#D4264E'

red 212 ◦ green 38 ◦ blue 78

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

Shades of Amaranth #D4264E

Tints of Amaranth #D4264E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.59%

 BLUE value IS 78 (30.86% from 255) = 23.78%

R = 64.63%
G = 11.59%
B = 23.78%

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

#D4264E (or 0xD4264E) is known color: Amaranth. HEX triplet: D4, 26 and 4E. RGB value is (212,38,78). Sum of RGB (Red+Green+Blue) = 212+38+78=328 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.63% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 212 - color contains mainly: red. Hex color #D4264E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4264E is #2BD9B1. Grayscale: #5E5E5E. Windows color (decimal): -2873778 or 5121748. OLE color: 5121748.

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

Color convert

RGB 212 38 78 -
CMYK 0 0.82 0.63 0.17
HSL 346.21º 0.7% 0.49% -
HSV(B) 346.21º 0.82% 0.83% -
XYZ 29.22 15.93 8.74 -
YUV 94.59 118.65 211.75 -
System Red Green Blue C M Y K H S L
Decimal 212 38 78 0 0.82 0.63 0.17 346.21 0.7 0.49
Hex D4 26 4E 0 52 3F 11 15A 46 31
Octal 324 46 116 0 122 77 21 532 106 61
Binary 11010100 100110 1001110 0 1010010 111111 10001 101011010 1000110 110001

Color Harmonies of #D4264E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4264E

Black with #D4264E

Text Example


Text Example

White with #D4264E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4264E; }

 p { color: rgb(212,38,78); }

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

background-color css

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

 a { background-color: rgb(212,38,78); }

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

border-color css

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

 span { border-color: rgb(212,38,78); }

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