Html Css Color HEX #DF234C Amaranth

📋 copy color: '#DF234C'

red 223 ◦ green 35 ◦ blue 76

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

Shades of Amaranth #DF234C

Tints of Amaranth #DF234C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.75%

R = 66.77%
G = 10.48%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF234C (or 0xDF234C) is known color: Amaranth. HEX triplet: DF, 23 and 4C. RGB value is (223,35,76). Sum of RGB (Red+Green+Blue) = 223+35+76=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF234C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF234C is #20DCB3. Grayscale: #5F5F5F. Windows color (decimal): -2153652 or 4989919. OLE color: 4989919.

HSL color Cylindrical-coordinate representation of color #DF234C: hue angle of 346.91º 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 #DF234C is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 35 76 -
CMYK 0 0.84 0.66 0.13
HSL 346.91º 0.75% 0.51% -
HSV(B) 346.91º 0.84% 0.87% -
XYZ 32.34 17.41 8.49 -
YUV 95.89 116.78 218.67 -
System Red Green Blue C M Y K H S L
Decimal 223 35 76 0 0.84 0.66 0.13 346.91 0.75 0.51
Hex DF 23 4C 0 54 42 D 15B 4B 33
Octal 337 43 114 0 124 102 15 533 113 63
Binary 11011111 100011 1001100 0 1010100 1000010 1101 101011011 1001011 110011

Color Harmonies of #DF234C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF234C

Black with #DF234C

Text Example


Text Example

White with #DF234C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF234C; }

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

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

background-color css

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

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

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

border-color css

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

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

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