Html Css Color HEX #DF384A Amaranth

📋 copy color: '#DF384A'

red 223 ◦ green 56 ◦ blue 74

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

Shades of Amaranth #DF384A

Tints of Amaranth #DF384A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.86%

 BLUE value IS 74 (29.3% from 255) = 20.96%

R = 63.17%
G = 15.86%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF384A (or 0xDF384A) is known color: Amaranth. HEX triplet: DF, 38 and 4A. RGB value is (223,56,74). Sum of RGB (Red+Green+Blue) = 223+56+74=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF384A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF384A is #20C7B5. Grayscale: #6C6C6C. Windows color (decimal): -2148278 or 4864223. OLE color: 4864223.

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

Color convert

RGB 223 56 74 -
CMYK 0 0.75 0.67 0.13
HSL 353.53º 0.72% 0.55% -
HSV(B) 353.53º 0.75% 0.87% -
XYZ 33.08 19.01 8.4 -
YUV 107.99 108.83 210.04 -
System Red Green Blue C M Y K H S L
Decimal 223 56 74 0 0.75 0.67 0.13 353.53 0.72 0.55
Hex DF 38 4A 0 4B 43 D 162 48 37
Octal 337 70 112 0 113 103 15 542 110 67
Binary 11011111 111000 1001010 0 1001011 1000011 1101 101100010 1001000 110111

Color Harmonies of #DF384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF384A

Black with #DF384A

Text Example


Text Example

White with #DF384A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF384A; }

 p { color: rgb(223,56,74); }

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

background-color css

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

 a { background-color: rgb(223,56,74); }

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

border-color css

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

 span { border-color: rgb(223,56,74); }

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