Html Css Color HEX #DA3851 Amaranth

📋 copy color: '#DA3851'

red 218 ◦ green 56 ◦ blue 81

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

Shades of Amaranth #DA3851

Tints of Amaranth #DA3851

RGB

 RED value IS 218 (85.55% from 255) = 61.41%

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

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

R = 61.41%
G = 15.77%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA3851 (or 0xDA3851) is known color: Amaranth. HEX triplet: DA, 38 and 51. RGB value is (218,56,81). Sum of RGB (Red+Green+Blue) = 218+56+81=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3851 is #25C7AE. Grayscale: #6B6B6B. Windows color (decimal): -2475951 or 5322970. OLE color: 5322970.

HSL color Cylindrical-coordinate representation of color #DA3851: hue angle of 350.74º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA3851 is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 56 81 -
CMYK 0 0.74 0.63 0.15
HSL 350.74º 0.69% 0.54% -
HSV(B) 350.74º 0.74% 0.85% -
XYZ 31.81 18.33 9.65 -
YUV 107.29 113.17 206.97 -
System Red Green Blue C M Y K H S L
Decimal 218 56 81 0 0.74 0.63 0.15 350.74 0.69 0.54
Hex DA 38 51 0 4A 3F F 15F 45 36
Octal 332 70 121 0 112 77 17 537 105 66
Binary 11011010 111000 1010001 0 1001010 111111 1111 101011111 1000101 110110

Color Harmonies of #DA3851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3851

Black with #DA3851

Text Example


Text Example

White with #DA3851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3851; }

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

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

background-color css

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

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

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

border-color css

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

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

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