Html Css Color HEX #DA394B Amaranth

📋 copy color: '#DA394B'

red 218 ◦ green 57 ◦ blue 75

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

Shades of Amaranth #DA394B

Tints of Amaranth #DA394B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.29%

 BLUE value IS 75 (29.69% from 255) = 21.43%

R = 62.29%
G = 16.29%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA394B (or 0xDA394B) is known color: Amaranth. HEX triplet: DA, 39 and 4B. RGB value is (218,57,75). Sum of RGB (Red+Green+Blue) = 218+57+75=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA394B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA394B is #25C6B4. Grayscale: #6B6B6B. Windows color (decimal): -2475701 or 4930010. OLE color: 4930010.

HSL color Cylindrical-coordinate representation of color #DA394B: hue angle of 353.29º 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 #DA394B is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 57 75 -
CMYK 0 0.74 0.66 0.15
HSL 353.29º 0.69% 0.54% -
HSV(B) 353.29º 0.74% 0.85% -
XYZ 31.65 18.34 8.53 -
YUV 107.19 109.84 207.04 -
System Red Green Blue C M Y K H S L
Decimal 218 57 75 0 0.74 0.66 0.15 353.29 0.69 0.54
Hex DA 39 4B 0 4A 42 F 161 45 36
Octal 332 71 113 0 112 102 17 541 105 66
Binary 11011010 111001 1001011 0 1001010 1000010 1111 101100001 1000101 110110

Color Harmonies of #DA394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA394B

Black with #DA394B

Text Example


Text Example

White with #DA394B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA394B; }

 p { color: rgb(218,57,75); }

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

background-color css

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

 a { background-color: rgb(218,57,75); }

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

border-color css

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

 span { border-color: rgb(218,57,75); }

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