Html Css Color HEX #DF334B Amaranth

📋 copy color: '#DF334B'

red 223 ◦ green 51 ◦ blue 75

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

Shades of Amaranth #DF334B

Tints of Amaranth #DF334B

RGB

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

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

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

R = 63.9%
G = 14.61%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF334B (or 0xDF334B) is known color: Amaranth. HEX triplet: DF, 33 and 4B. RGB value is (223,51,75). Sum of RGB (Red+Green+Blue) = 223+51+75=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF334B is #20CCB4. Grayscale: #696969. Windows color (decimal): -2149557 or 4928479. OLE color: 4928479.

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

Color convert

RGB 223 51 75 -
CMYK 0 0.77 0.66 0.13
HSL 351.63º 0.73% 0.54% -
HSV(B) 351.63º 0.77% 0.87% -
XYZ 32.89 18.56 8.51 -
YUV 105.16 110.98 212.05 -
System Red Green Blue C M Y K H S L
Decimal 223 51 75 0 0.77 0.66 0.13 351.63 0.73 0.54
Hex DF 33 4B 0 4D 42 D 160 49 36
Octal 337 63 113 0 115 102 15 540 111 66
Binary 11011111 110011 1001011 0 1001101 1000010 1101 101100000 1001001 110110

Color Harmonies of #DF334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF334B

Black with #DF334B

Text Example


Text Example

White with #DF334B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF334B; }

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

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

background-color css

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

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

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

border-color css

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

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

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