Html Css Color HEX #D3234E Amaranth

📋 copy color: '#D3234E'

red 211 ◦ green 35 ◦ blue 78

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

Shades of Amaranth #D3234E

Tints of Amaranth #D3234E

RGB

 RED value IS 211 (82.81% from 255) = 65.12%

 GREEN value IS 35 (14.06% from 255) = 10.8%

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

R = 65.12%
G = 10.8%
B = 24.07%

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

#D3234E (or 0xD3234E) is known color: Amaranth. HEX triplet: D3, 23 and 4E. RGB value is (211,35,78). Sum of RGB (Red+Green+Blue) = 211+35+78=324 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.12% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 211 - color contains mainly: red. Hex color #D3234E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3234E is #2CDCB1. Grayscale: #5C5C5C. Windows color (decimal): -2940082 or 5120979. OLE color: 5120979.

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

Color convert

RGB 211 35 78 -
CMYK 0 0.83 0.63 0.17
HSL 345.34º 0.72% 0.48% -
HSV(B) 345.34º 0.83% 0.83% -
XYZ 28.84 15.6 8.7 -
YUV 92.53 119.81 212.5 -
System Red Green Blue C M Y K H S L
Decimal 211 35 78 0 0.83 0.63 0.17 345.34 0.72 0.48
Hex D3 23 4E 0 53 3F 11 159 48 30
Octal 323 43 116 0 123 77 21 531 110 60
Binary 11010011 100011 1001110 0 1010011 111111 10001 101011001 1001000 110000

Color Harmonies of #D3234E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3234E

Black with #D3234E

Text Example


Text Example

White with #D3234E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3234E; }

 p { color: rgb(211,35,78); }

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

background-color css

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

 a { background-color: rgb(211,35,78); }

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

border-color css

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

 span { border-color: rgb(211,35,78); }

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