Html Css Color HEX #DF4145 Amaranth

📋 copy color: '#DF4145'

red 223 ◦ green 65 ◦ blue 69

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

Shades of Amaranth #DF4145

Tints of Amaranth #DF4145

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.21%

 BLUE value IS 69 (27.34% from 255) = 19.33%

R = 62.46%
G = 18.21%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DF4145 (or 0xDF4145) is known color: Amaranth. HEX triplet: DF, 41 and 45. RGB value is (223,65,69). Sum of RGB (Red+Green+Blue) = 223+65+69=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4145 is #20BEBA. Grayscale: #707070. Windows color (decimal): -2145979 or 4538847. OLE color: 4538847.

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

Color convert

RGB 223 65 69 -
CMYK 0 0.71 0.69 0.13
HSL 358.48º 0.71% 0.56% -
HSV(B) 358.48º 0.71% 0.87% -
XYZ 33.4 19.9 7.71 -
YUV 112.7 103.35 206.67 -
System Red Green Blue C M Y K H S L
Decimal 223 65 69 0 0.71 0.69 0.13 358.48 0.71 0.56
Hex DF 41 45 0 47 45 D 166 47 38
Octal 337 101 105 0 107 105 15 546 107 70
Binary 11011111 1000001 1000101 0 1000111 1000101 1101 101100110 1000111 111000

Color Harmonies of #DF4145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4145

Black with #DF4145

Text Example


Text Example

White with #DF4145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4145; }

 p { color: rgb(223,65,69); }

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

background-color css

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

 a { background-color: rgb(223,65,69); }

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

border-color css

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

 span { border-color: rgb(223,65,69); }

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