Html Css Color HEX #DF3443 Amaranth

📋 copy color: '#DF3443'

red 223 ◦ green 52 ◦ blue 67

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

Shades of Amaranth #DF3443

Tints of Amaranth #DF3443

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.2%

 BLUE value IS 67 (26.56% from 255) = 19.59%

R = 65.2%
G = 15.2%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DF3443 (or 0xDF3443) is known color: Amaranth. HEX triplet: DF, 34 and 43. RGB value is (223,52,67). Sum of RGB (Red+Green+Blue) = 223+52+67=342 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.20% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 67 (26.56% from 255 or 19.59% from 342); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3443 is #20CBBC. Grayscale: #686868. Windows color (decimal): -2149309 or 4404447. OLE color: 4404447.

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

Color convert

RGB 223 52 67 -
CMYK 0 0.77 0.70 0.13
HSL 354.74º 0.73% 0.54% -
HSV(B) 354.74º 0.77% 0.87% -
XYZ 32.67 18.55 7.17 -
YUV 104.84 106.65 212.28 -
System Red Green Blue C M Y K H S L
Decimal 223 52 67 0 0.77 0.70 0.13 354.74 0.73 0.54
Hex DF 34 43 0 4D 46 D 163 49 36
Octal 337 64 103 0 115 106 15 543 111 66
Binary 11011111 110100 1000011 0 1001101 1000110 1101 101100011 1001001 110110

Color Harmonies of #DF3443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3443

Black with #DF3443

Text Example


Text Example

White with #DF3443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3443; }

 p { color: rgb(223,52,67); }

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

background-color css

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

 a { background-color: rgb(223,52,67); }

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

border-color css

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

 span { border-color: rgb(223,52,67); }

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