#DA234B

Color #DA234B Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #DA234B

Tints of Amaranth #DA234B

Color information

#DA234B (or 0xDA234B) is unknown color: approx Amaranth. HEX triplet: DA, 23 and 4B. RGB value is (218,35,75). Sum of RGB (Red+Green+Blue) = 218+35+75=328 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.46% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 218 - color contains mainly: red. Hex color #DA234B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA234B is #25DCB4. Grayscale: #5E5E5E. Windows color (decimal): -2481333 or 4924378. OLE color: 4924378.

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

Color convert

RGB2183575-
CMYK00.840.660.15
HSL346.89º72.33%49.61%-
HSV(B)346.89º83.94%85.49%-
XYZ30.7816.628.24-
YUV94.28117.13216.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 66.46%
GREEN value IS 35 (14.06% from 255) = 10.67%
BLUE value IS 75 (29.69% from 255) = 22.87%
R=66.46%
G=10.67%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218357500.840.660.15346.8972.3349.61
HexDA234B05442F15b4832
Octal3324311301241021753311062
Binary11011010100011100101101010100100001011111010110111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA234B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA234B; }

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

 H1.HeaderClassName
 {
   color: #DA234B;
 }
 .AnyTagClassName
 {
   color: #DA234B;
 }
</style>
background-color css

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

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

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

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

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

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