Html Css Color HEX #DF354B Amaranth

📋 copy color: '#DF354B'

red 223 ◦ green 53 ◦ blue 75

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

Shades of Amaranth #DF354B

Tints of Amaranth #DF354B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.1%

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

R = 63.53%
G = 15.1%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF354B (or 0xDF354B) is known color: Amaranth. HEX triplet: DF, 35 and 4B. RGB value is (223,53,75). Sum of RGB (Red+Green+Blue) = 223+53+75=351 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.53% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 223 - color contains mainly: red. Hex color #DF354B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF354B is #20CAB4. Grayscale: #6A6A6A. Windows color (decimal): -2149045 or 4928991. OLE color: 4928991.

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

Color convert

RGB 223 53 75 -
CMYK 0 0.76 0.66 0.13
HSL 352.24º 0.73% 0.54% -
HSV(B) 352.24º 0.76% 0.87% -
XYZ 32.97 18.74 8.54 -
YUV 106.34 110.32 211.21 -
System Red Green Blue C M Y K H S L
Decimal 223 53 75 0 0.76 0.66 0.13 352.24 0.73 0.54
Hex DF 35 4B 0 4C 42 D 160 49 36
Octal 337 65 113 0 114 102 15 540 111 66
Binary 11011111 110101 1001011 0 1001100 1000010 1101 101100000 1001001 110110

Color Harmonies of #DF354B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF354B

Black with #DF354B

Text Example


Text Example

White with #DF354B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF354B; }

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

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

background-color css

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

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

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

border-color css

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

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

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