Html Css Color HEX #DF274F Amaranth

📋 copy color: '#DF274F'

red 223 ◦ green 39 ◦ blue 79

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

Shades of Amaranth #DF274F

Tints of Amaranth #DF274F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.44%

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

R = 65.4%
G = 11.44%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF274F (or 0xDF274F) is known color: Amaranth. HEX triplet: DF, 27 and 4F. RGB value is (223,39,79). Sum of RGB (Red+Green+Blue) = 223+39+79=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF274F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF274F is #20D8B0. Grayscale: #626262. Windows color (decimal): -2152625 or 5187551. OLE color: 5187551.

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

Color convert

RGB 223 39 79 -
CMYK 0 0.83 0.65 0.13
HSL 346.96º 0.74% 0.51% -
HSV(B) 346.96º 0.83% 0.87% -
XYZ 32.57 17.7 9.1 -
YUV 98.58 116.96 216.75 -
System Red Green Blue C M Y K H S L
Decimal 223 39 79 0 0.83 0.65 0.13 346.96 0.74 0.51
Hex DF 27 4F 0 53 41 D 15B 4A 33
Octal 337 47 117 0 123 101 15 533 112 63
Binary 11011111 100111 1001111 0 1010011 1000001 1101 101011011 1001010 110011

Color Harmonies of #DF274F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF274F

Black with #DF274F

Text Example


Text Example

White with #DF274F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF274F; }

 p { color: rgb(223,39,79); }

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

background-color css

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

 a { background-color: rgb(223,39,79); }

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

border-color css

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

 span { border-color: rgb(223,39,79); }

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