Html Css Color HEX #D43053 Amaranth

📋 copy color: '#D43053'

red 212 ◦ green 48 ◦ blue 83

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

Shades of Amaranth #D43053

Tints of Amaranth #D43053

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.99%

 BLUE value IS 83 (32.81% from 255) = 24.2%

R = 61.81%
G = 13.99%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D43053 (or 0xD43053) is known color: Amaranth. HEX triplet: D4, 30 and 53. RGB value is (212,48,83). Sum of RGB (Red+Green+Blue) = 212+48+83=343 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.81% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 212 - color contains mainly: red. Hex color #D43053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43053 is #2BCFAC. Grayscale: #656565. Windows color (decimal): -2871213 or 5451988. OLE color: 5451988.

HSL color Cylindrical-coordinate representation of color #D43053: hue angle of 347.2º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D43053 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 48 83 -
CMYK 0 0.77 0.61 0.17
HSL 347.2º 0.66% 0.51% -
HSV(B) 347.2º 0.77% 0.83% -
XYZ 29.77 16.74 9.84 -
YUV 101.03 117.83 207.15 -
System Red Green Blue C M Y K H S L
Decimal 212 48 83 0 0.77 0.61 0.17 347.2 0.66 0.51
Hex D4 30 53 0 4D 3D 11 15B 42 33
Octal 324 60 123 0 115 75 21 533 102 63
Binary 11010100 110000 1010011 0 1001101 111101 10001 101011011 1000010 110011

Color Harmonies of #D43053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43053

Black with #D43053

Text Example


Text Example

White with #D43053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43053; }

 p { color: rgb(212,48,83); }

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

background-color css

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

 a { background-color: rgb(212,48,83); }

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

border-color css

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

 span { border-color: rgb(212,48,83); }

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