Html Css Color HEX #DF314B Amaranth

📋 copy color: '#DF314B'

red 223 ◦ green 49 ◦ blue 75

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

Shades of Amaranth #DF314B

Tints of Amaranth #DF314B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.12%

 BLUE value IS 75 (29.69% from 255) = 21.61%

R = 64.27%
G = 14.12%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF314B (or 0xDF314B) is known color: Amaranth. HEX triplet: DF, 31 and 4B. RGB value is (223,49,75). Sum of RGB (Red+Green+Blue) = 223+49+75=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF314B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF314B is #20CEB4. Grayscale: #686868. Windows color (decimal): -2150069 or 4927967. OLE color: 4927967.

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

Color convert

RGB 223 49 75 -
CMYK 0 0.78 0.66 0.13
HSL 351.03º 0.73% 0.53% -
HSV(B) 351.03º 0.78% 0.87% -
XYZ 32.8 18.39 8.48 -
YUV 103.99 111.65 212.89 -
System Red Green Blue C M Y K H S L
Decimal 223 49 75 0 0.78 0.66 0.13 351.03 0.73 0.53
Hex DF 31 4B 0 4E 42 D 15F 49 35
Octal 337 61 113 0 116 102 15 537 111 65
Binary 11011111 110001 1001011 0 1001110 1000010 1101 101011111 1001001 110101

Color Harmonies of #DF314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF314B

Black with #DF314B

Text Example


Text Example

White with #DF314B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF314B; }

 p { color: rgb(223,49,75); }

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

background-color css

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

 a { background-color: rgb(223,49,75); }

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

border-color css

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

 span { border-color: rgb(223,49,75); }

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