Html Css Color HEX #DF3350 Amaranth

📋 copy color: '#DF3350'

red 223 ◦ green 51 ◦ blue 80

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

Shades of Amaranth #DF3350

Tints of Amaranth #DF3350

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.41%

 BLUE value IS 80 (31.64% from 255) = 22.6%

R = 62.99%
G = 14.41%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF3350 (or 0xDF3350) is known color: Amaranth. HEX triplet: DF, 33 and 50. RGB value is (223,51,80). Sum of RGB (Red+Green+Blue) = 223+51+80=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3350 is #20CCAF. Grayscale: #696969. Windows color (decimal): -2149552 or 5256159. OLE color: 5256159.

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

Color convert

RGB 223 51 80 -
CMYK 0 0.77 0.64 0.13
HSL 349.88º 0.73% 0.54% -
HSV(B) 349.88º 0.77% 0.87% -
XYZ 33.06 18.63 9.44 -
YUV 105.73 113.48 211.64 -
System Red Green Blue C M Y K H S L
Decimal 223 51 80 0 0.77 0.64 0.13 349.88 0.73 0.54
Hex DF 33 50 0 4D 40 D 15E 49 36
Octal 337 63 120 0 115 100 15 536 111 66
Binary 11011111 110011 1010000 0 1001101 1000000 1101 101011110 1001001 110110

Color Harmonies of #DF3350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3350

Black with #DF3350

Text Example


Text Example

White with #DF3350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3350; }

 p { color: rgb(223,51,80); }

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

background-color css

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

 a { background-color: rgb(223,51,80); }

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

border-color css

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

 span { border-color: rgb(223,51,80); }

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