Html Css Color HEX #DF3851 Amaranth

📋 copy color: '#DF3851'

red 223 ◦ green 56 ◦ blue 81

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

Shades of Amaranth #DF3851

Tints of Amaranth #DF3851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.5%

R = 61.94%
G = 15.56%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF3851 (or 0xDF3851) is known color: Amaranth. HEX triplet: DF, 38 and 51. RGB value is (223,56,81). Sum of RGB (Red+Green+Blue) = 223+56+81=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3851 is #20C7AE. Grayscale: #6C6C6C. Windows color (decimal): -2148271 or 5322975. OLE color: 5322975.

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

Color convert

RGB 223 56 81 -
CMYK 0 0.75 0.64 0.13
HSL 351.02º 0.72% 0.55% -
HSV(B) 351.02º 0.75% 0.87% -
XYZ 33.33 19.11 9.72 -
YUV 108.78 112.33 209.47 -
System Red Green Blue C M Y K H S L
Decimal 223 56 81 0 0.75 0.64 0.13 351.02 0.72 0.55
Hex DF 38 51 0 4B 40 D 15F 48 37
Octal 337 70 121 0 113 100 15 537 110 67
Binary 11011111 111000 1010001 0 1001011 1000000 1101 101011111 1001000 110111

Color Harmonies of #DF3851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3851

Black with #DF3851

Text Example


Text Example

White with #DF3851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3851; }

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

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

background-color css

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

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

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

border-color css

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

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

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