Html Css Color HEX #D2234F Amaranth

📋 copy color: '#D2234F'

red 210 ◦ green 35 ◦ blue 79

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

Shades of Amaranth #D2234F

Tints of Amaranth #D2234F

RGB

 RED value IS 210 (82.42% from 255) = 64.81%

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

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

R = 64.81%
G = 10.8%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D2234F (or 0xD2234F) is known color: Amaranth. HEX triplet: D2, 23 and 4F. RGB value is (210,35,79). Sum of RGB (Red+Green+Blue) = 210+35+79=324 (42% of max value = 765). Red value is 210 (82.42% from 255 or 64.81% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 210 - color contains mainly: red. Hex color #D2234F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2234F is #2DDCB0. Grayscale: #5C5C5C. Windows color (decimal): -3005617 or 5186514. OLE color: 5186514.

HSL color Cylindrical-coordinate representation of color #D2234F: hue angle of 344.91º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D2234F is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 35 79 -
CMYK 0 0.83 0.62 0.18
HSL 344.91º 0.71% 0.48% -
HSV(B) 344.91º 0.83% 0.82% -
XYZ 28.59 15.47 8.88 -
YUV 92.34 120.48 211.92 -
System Red Green Blue C M Y K H S L
Decimal 210 35 79 0 0.83 0.62 0.18 344.91 0.71 0.48
Hex D2 23 4F 0 53 3E 12 159 47 30
Octal 322 43 117 0 123 76 22 531 107 60
Binary 11010010 100011 1001111 0 1010011 111110 10010 101011001 1000111 110000

Color Harmonies of #D2234F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2234F

Black with #D2234F

Text Example


Text Example

White with #D2234F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2234F; }

 p { color: rgb(210,35,79); }

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

background-color css

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

 a { background-color: rgb(210,35,79); }

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

border-color css

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

 span { border-color: rgb(210,35,79); }

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