Html Css Color HEX #DA3C4B Amaranth

📋 copy color: '#DA3C4B'

red 218 ◦ green 60 ◦ blue 75

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

Shades of Amaranth #DA3C4B

Tints of Amaranth #DA3C4B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17%

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

R = 61.76%
G = 17%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA3C4B (or 0xDA3C4B) is known color: Amaranth. HEX triplet: DA, 3C and 4B. RGB value is (218,60,75). Sum of RGB (Red+Green+Blue) = 218+60+75=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3C4B is #25C3B4. Grayscale: #6D6D6D. Windows color (decimal): -2474933 or 4930778. OLE color: 4930778.

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

Color convert

RGB 218 60 75 -
CMYK 0 0.72 0.66 0.15
HSL 354.3º 0.68% 0.55% -
HSV(B) 354.3º 0.72% 0.85% -
XYZ 31.8 18.65 8.58 -
YUV 108.95 108.85 205.78 -
System Red Green Blue C M Y K H S L
Decimal 218 60 75 0 0.72 0.66 0.15 354.3 0.68 0.55
Hex DA 3C 4B 0 48 42 F 162 44 37
Octal 332 74 113 0 110 102 17 542 104 67
Binary 11011010 111100 1001011 0 1001000 1000010 1111 101100010 1000100 110111

Color Harmonies of #DA3C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3C4B

Black with #DA3C4B

Text Example


Text Example

White with #DA3C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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