Html Css Color HEX #DF2F4B Amaranth

📋 copy color: '#DF2F4B'

red 223 ◦ green 47 ◦ blue 75

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

Shades of Amaranth #DF2F4B

Tints of Amaranth #DF2F4B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.62%

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

R = 64.64%
G = 13.62%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF2F4B (or 0xDF2F4B) is known color: Amaranth. HEX triplet: DF, 2F and 4B. RGB value is (223,47,75). Sum of RGB (Red+Green+Blue) = 223+47+75=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 47 (18.75% from 255 or 13.62% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2F4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2F4B is #20D0B4. Grayscale: #666666. Windows color (decimal): -2150581 or 4927455. OLE color: 4927455.

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

Color convert

RGB 223 47 75 -
CMYK 0 0.79 0.66 0.13
HSL 350.45º 0.73% 0.53% -
HSV(B) 350.45º 0.79% 0.87% -
XYZ 32.72 18.23 8.45 -
YUV 102.82 112.31 213.72 -
System Red Green Blue C M Y K H S L
Decimal 223 47 75 0 0.79 0.66 0.13 350.45 0.73 0.53
Hex DF 2F 4B 0 4F 42 D 15E 49 35
Octal 337 57 113 0 117 102 15 536 111 65
Binary 11011111 101111 1001011 0 1001111 1000010 1101 101011110 1001001 110101

Color Harmonies of #DF2F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2F4B

Black with #DF2F4B

Text Example


Text Example

White with #DF2F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2F4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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