Html Css Color HEX #DA274A Amaranth

📋 copy color: '#DA274A'

red 218 ◦ green 39 ◦ blue 74

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

Shades of Amaranth #DA274A

Tints of Amaranth #DA274A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.78%

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

R = 65.86%
G = 11.78%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA274A (or 0xDA274A) is known color: Amaranth. HEX triplet: DA, 27 and 4A. RGB value is (218,39,74). Sum of RGB (Red+Green+Blue) = 218+39+74=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA274A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA274A is #25D8B5. Grayscale: #606060. Windows color (decimal): -2480310 or 4859866. OLE color: 4859866.

HSL color Cylindrical-coordinate representation of color #DA274A: hue angle of 348.27º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA274A is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 39 74 -
CMYK 0 0.82 0.66 0.15
HSL 348.27º 0.71% 0.5% -
HSV(B) 348.27º 0.82% 0.85% -
XYZ 30.87 16.85 8.1 -
YUV 96.51 115.3 214.65 -
System Red Green Blue C M Y K H S L
Decimal 218 39 74 0 0.82 0.66 0.15 348.27 0.71 0.5
Hex DA 27 4A 0 52 42 F 15C 47 32
Octal 332 47 112 0 122 102 17 534 107 62
Binary 11011010 100111 1001010 0 1010010 1000010 1111 101011100 1000111 110010

Color Harmonies of #DA274A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA274A

Black with #DA274A

Text Example


Text Example

White with #DA274A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA274A; }

 p { color: rgb(218,39,74); }

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

background-color css

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

 a { background-color: rgb(218,39,74); }

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

border-color css

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

 span { border-color: rgb(218,39,74); }

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