Html Css Color HEX #DF3645 Amaranth

📋 copy color: '#DF3645'

red 223 ◦ green 54 ◦ blue 69

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

Shades of Amaranth #DF3645

Tints of Amaranth #DF3645

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.61%

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

R = 64.45%
G = 15.61%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DF3645 (or 0xDF3645) is known color: Amaranth. HEX triplet: DF, 36 and 45. RGB value is (223,54,69). Sum of RGB (Red+Green+Blue) = 223+54+69=346 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.45% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3645 is #20C9BA. Grayscale: #6A6A6A. Windows color (decimal): -2148795 or 4536031. OLE color: 4536031.

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

Color convert

RGB 223 54 69 -
CMYK 0 0.76 0.69 0.13
HSL 354.67º 0.73% 0.54% -
HSV(B) 354.67º 0.76% 0.87% -
XYZ 32.82 18.76 7.52 -
YUV 106.24 106.99 211.28 -
System Red Green Blue C M Y K H S L
Decimal 223 54 69 0 0.76 0.69 0.13 354.67 0.73 0.54
Hex DF 36 45 0 4C 45 D 163 49 36
Octal 337 66 105 0 114 105 15 543 111 66
Binary 11011111 110110 1000101 0 1001100 1000101 1101 101100011 1001001 110110

Color Harmonies of #DF3645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3645

Black with #DF3645

Text Example


Text Example

White with #DF3645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3645; }

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

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

background-color css

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

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

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

border-color css

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

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

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