Html Css Color HEX #D43950 Amaranth

📋 copy color: '#D43950'

red 212 ◦ green 57 ◦ blue 80

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

Shades of Amaranth #D43950

Tints of Amaranth #D43950

RGB

 RED value IS 212 (83.2% from 255) = 60.74%

 GREEN value IS 57 (22.66% from 255) = 16.33%

 BLUE value IS 80 (31.64% from 255) = 22.92%

R = 60.74%
G = 16.33%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D43950 (or 0xD43950) is known color: Amaranth. HEX triplet: D4, 39 and 50. RGB value is (212,57,80). Sum of RGB (Red+Green+Blue) = 212+57+80=349 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.74% from 349); Green value is 57 (22.66% from 255 or 16.33% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 212 - color contains mainly: red. Hex color #D43950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43950 is #2BC6AF. Grayscale: #6A6A6A. Windows color (decimal): -2868912 or 5257684. OLE color: 5257684.

HSL color Cylindrical-coordinate representation of color #D43950: hue angle of 351.1º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D43950 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 57 80 -
CMYK 0 0.73 0.62 0.17
HSL 351.1º 0.64% 0.53% -
HSV(B) 351.1º 0.73% 0.83% -
XYZ 30.06 17.5 9.38 -
YUV 105.97 113.35 203.63 -
System Red Green Blue C M Y K H S L
Decimal 212 57 80 0 0.73 0.62 0.17 351.1 0.64 0.53
Hex D4 39 50 0 49 3E 11 15F 40 35
Octal 324 71 120 0 111 76 21 537 100 65
Binary 11010100 111001 1010000 0 1001001 111110 10001 101011111 1000000 110101

Color Harmonies of #D43950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43950

Black with #D43950

Text Example


Text Example

White with #D43950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43950; }

 p { color: rgb(212,57,80); }

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

background-color css

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

 a { background-color: rgb(212,57,80); }

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

border-color css

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

 span { border-color: rgb(212,57,80); }

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