Html Css Color HEX #DA224B Amaranth

📋 copy color: '#DA224B'

red 218 ◦ green 34 ◦ blue 75

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

Shades of Amaranth #DA224B

Tints of Amaranth #DA224B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.4%

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

R = 66.67%
G = 10.4%
B = 22.94%

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

#DA224B (or 0xDA224B) is known color: Amaranth. HEX triplet: DA, 22 and 4B. RGB value is (218,34,75). Sum of RGB (Red+Green+Blue) = 218+34+75=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA224B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA224B is #25DDB4. Grayscale: #5D5D5D. Windows color (decimal): -2481589 or 4924122. OLE color: 4924122.

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

Color convert

RGB 218 34 75 -
CMYK 0 0.84 0.66 0.15
HSL 346.63º 0.73% 0.49% -
HSV(B) 346.63º 0.84% 0.85% -
XYZ 30.76 16.56 8.23 -
YUV 93.69 117.46 216.67 -
System Red Green Blue C M Y K H S L
Decimal 218 34 75 0 0.84 0.66 0.15 346.63 0.73 0.49
Hex DA 22 4B 0 54 42 F 15B 49 31
Octal 332 42 113 0 124 102 17 533 111 61
Binary 11011010 100010 1001011 0 1010100 1000010 1111 101011011 1001001 110001

Color Harmonies of #DA224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA224B

Black with #DA224B

Text Example


Text Example

White with #DA224B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA224B; }

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

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

background-color css

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

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

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

border-color css

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

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

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