Html Css Color HEX #DA264A Amaranth

📋 copy color: '#DA264A'

red 218 ◦ green 38 ◦ blue 74

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

Shades of Amaranth #DA264A

Tints of Amaranth #DA264A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.52%

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

R = 66.06%
G = 11.52%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA264A (or 0xDA264A) is known color: Amaranth. HEX triplet: DA, 26 and 4A. RGB value is (218,38,74). Sum of RGB (Red+Green+Blue) = 218+38+74=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA264A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA264A is #25D9B5. Grayscale: #5F5F5F. Windows color (decimal): -2480566 or 4859610. OLE color: 4859610.

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

Color convert

RGB 218 38 74 -
CMYK 0 0.83 0.66 0.15
HSL 348º 0.71% 0.5% -
HSV(B) 348º 0.83% 0.85% -
XYZ 30.84 16.79 8.09 -
YUV 95.92 115.63 215.07 -
System Red Green Blue C M Y K H S L
Decimal 218 38 74 0 0.83 0.66 0.15 348 0.71 0.5
Hex DA 26 4A 0 53 42 F 15C 47 32
Octal 332 46 112 0 123 102 17 534 107 62
Binary 11011010 100110 1001010 0 1010011 1000010 1111 101011100 1000111 110010

Color Harmonies of #DA264A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA264A

Black with #DA264A

Text Example


Text Example

White with #DA264A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA264A; }

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

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

background-color css

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

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

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

border-color css

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

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

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