Html Css Color HEX #D63053 Amaranth

📋 copy color: '#D63053'

red 214 ◦ green 48 ◦ blue 83

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

Shades of Amaranth #D63053

Tints of Amaranth #D63053

RGB

 RED value IS 214 (83.98% from 255) = 62.03%

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

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

R = 62.03%
G = 13.91%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D63053 (or 0xD63053) is known color: Amaranth. HEX triplet: D6, 30 and 53. RGB value is (214,48,83). Sum of RGB (Red+Green+Blue) = 214+48+83=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D63053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63053 is #29CFAC. Grayscale: #656565. Windows color (decimal): -2740141 or 5451990. OLE color: 5451990.

HSL color Cylindrical-coordinate representation of color #D63053: hue angle of 347.35º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D63053 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 48 83 -
CMYK 0 0.78 0.61 0.16
HSL 347.35º 0.67% 0.51% -
HSV(B) 347.35º 0.78% 0.84% -
XYZ 30.35 17.03 9.87 -
YUV 101.62 117.5 208.15 -
System Red Green Blue C M Y K H S L
Decimal 214 48 83 0 0.78 0.61 0.16 347.35 0.67 0.51
Hex D6 30 53 0 4E 3D 10 15B 43 33
Octal 326 60 123 0 116 75 20 533 103 63
Binary 11010110 110000 1010011 0 1001110 111101 10000 101011011 1000011 110011

Color Harmonies of #D63053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63053

Black with #D63053

Text Example


Text Example

White with #D63053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63053; }

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

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

background-color css

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

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

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

border-color css

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

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

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