Html Css Color HEX #DF234E Amaranth

📋 copy color: '#DF234E'

red 223 ◦ green 35 ◦ blue 78

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

Shades of Amaranth #DF234E

Tints of Amaranth #DF234E

RGB

 RED value IS 223 (87.5% from 255) = 66.37%

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

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

R = 66.37%
G = 10.42%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF234E (or 0xDF234E) is known color: Amaranth. HEX triplet: DF, 23 and 4E. RGB value is (223,35,78). Sum of RGB (Red+Green+Blue) = 223+35+78=336 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.37% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 223 - color contains mainly: red. Hex color #DF234E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF234E is #20DCB1. Grayscale: #606060. Windows color (decimal): -2153650 or 5120991. OLE color: 5120991.

HSL color Cylindrical-coordinate representation of color #DF234E: hue angle of 346.28º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF234E is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 35 78 -
CMYK 0 0.84 0.65 0.13
HSL 346.28º 0.75% 0.51% -
HSV(B) 346.28º 0.84% 0.87% -
XYZ 32.41 17.44 8.87 -
YUV 96.11 117.78 218.5 -
System Red Green Blue C M Y K H S L
Decimal 223 35 78 0 0.84 0.65 0.13 346.28 0.75 0.51
Hex DF 23 4E 0 54 41 D 15A 4B 33
Octal 337 43 116 0 124 101 15 532 113 63
Binary 11011111 100011 1001110 0 1010100 1000001 1101 101011010 1001011 110011

Color Harmonies of #DF234E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF234E

Black with #DF234E

Text Example


Text Example

White with #DF234E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF234E; }

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

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

background-color css

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

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

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

border-color css

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

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

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