Html Css Color HEX #DA234B Amaranth

📋 copy color: '#DA234B'

red 218 ◦ green 35 ◦ blue 75

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

Shades of Amaranth #DA234B

Tints of Amaranth #DA234B

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 value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA234B (or 0xDA234B) is known color: 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

RGB 218 35 75 -
CMYK 0 0.84 0.66 0.15
HSL 346.89º 0.72% 0.5% -
HSV(B) 346.89º 0.84% 0.85% -
XYZ 30.78 16.62 8.24 -
YUV 94.28 117.13 216.25 -
System Red Green Blue C M Y K H S L
Decimal 218 35 75 0 0.84 0.66 0.15 346.89 0.72 0.5
Hex DA 23 4B 0 54 42 F 15B 48 32
Octal 332 43 113 0 124 102 17 533 110 62
Binary 11011010 100011 1001011 0 1010100 1000010 1111 101011011 1001000 110010

Color Harmonies of #DA234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA234B

Black with #DA234B

Text Example


Text Example

White with #DA234B

Text Example


Text Example

HTML Codes & Css Web 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>