Html Css Color HEX #DF3D4B Amaranth

📋 copy color: '#DF3D4B'

red 223 ◦ green 61 ◦ blue 75

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

Shades of Amaranth #DF3D4B

Tints of Amaranth #DF3D4B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.99%

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

R = 62.12%
G = 16.99%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF3D4B (or 0xDF3D4B) is known color: Amaranth. HEX triplet: DF, 3D and 4B. RGB value is (223,61,75). Sum of RGB (Red+Green+Blue) = 223+61+75=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3D4B is #20C2B4. Grayscale: #6F6F6F. Windows color (decimal): -2146997 or 4931039. OLE color: 4931039.

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

Color convert

RGB 223 61 75 -
CMYK 0 0.73 0.66 0.13
HSL 354.81º 0.72% 0.56% -
HSV(B) 354.81º 0.73% 0.87% -
XYZ 33.37 19.53 8.67 -
YUV 111.03 107.67 207.86 -
System Red Green Blue C M Y K H S L
Decimal 223 61 75 0 0.73 0.66 0.13 354.81 0.72 0.56
Hex DF 3D 4B 0 49 42 D 163 48 38
Octal 337 75 113 0 111 102 15 543 110 70
Binary 11011111 111101 1001011 0 1001001 1000010 1101 101100011 1001000 111000

Color Harmonies of #DF3D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3D4B

Black with #DF3D4B

Text Example


Text Example

White with #DF3D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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