Html Css Color HEX #DA374B Amaranth

📋 copy color: '#DA374B'

red 218 ◦ green 55 ◦ blue 75

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

Shades of Amaranth #DA374B

Tints of Amaranth #DA374B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.8%

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

R = 62.64%
G = 15.8%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA374B (or 0xDA374B) is known color: Amaranth. HEX triplet: DA, 37 and 4B. RGB value is (218,55,75). Sum of RGB (Red+Green+Blue) = 218+55+75=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA374B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA374B is #25C8B4. Grayscale: #6A6A6A. Windows color (decimal): -2476213 or 4929498. OLE color: 4929498.

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

Color convert

RGB 218 55 75 -
CMYK 0 0.75 0.66 0.15
HSL 352.64º 0.69% 0.54% -
HSV(B) 352.64º 0.75% 0.85% -
XYZ 31.55 18.15 8.5 -
YUV 106.02 110.5 207.87 -
System Red Green Blue C M Y K H S L
Decimal 218 55 75 0 0.75 0.66 0.15 352.64 0.69 0.54
Hex DA 37 4B 0 4B 42 F 161 45 36
Octal 332 67 113 0 113 102 17 541 105 66
Binary 11011010 110111 1001011 0 1001011 1000010 1111 101100001 1000101 110110

Color Harmonies of #DA374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA374B

Black with #DA374B

Text Example


Text Example

White with #DA374B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA374B; }

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

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

background-color css

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

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

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

border-color css

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

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

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