Html Css Color HEX #DF264C Amaranth

📋 copy color: '#DF264C'

red 223 ◦ green 38 ◦ blue 76

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

Shades of Amaranth #DF264C

Tints of Amaranth #DF264C

RGB

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

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

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

R = 66.17%
G = 11.28%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF264C (or 0xDF264C) is known color: Amaranth. HEX triplet: DF, 26 and 4C. RGB value is (223,38,76). Sum of RGB (Red+Green+Blue) = 223+38+76=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF264C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF264C is #20D9B3. Grayscale: #616161. Windows color (decimal): -2152884 or 4990687. OLE color: 4990687.

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

Color convert

RGB 223 38 76 -
CMYK 0 0.83 0.66 0.13
HSL 347.68º 0.74% 0.51% -
HSV(B) 347.68º 0.83% 0.87% -
XYZ 32.43 17.6 8.52 -
YUV 97.65 115.79 217.41 -
System Red Green Blue C M Y K H S L
Decimal 223 38 76 0 0.83 0.66 0.13 347.68 0.74 0.51
Hex DF 26 4C 0 53 42 D 15C 4A 33
Octal 337 46 114 0 123 102 15 534 112 63
Binary 11011111 100110 1001100 0 1010011 1000010 1101 101011100 1001010 110011

Color Harmonies of #DF264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF264C

Black with #DF264C

Text Example


Text Example

White with #DF264C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF264C; }

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

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

background-color css

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

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

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

border-color css

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

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

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