Html Css Color HEX #D63554 Amaranth

📋 copy color: '#D63554'

red 214 ◦ green 53 ◦ blue 84

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

Shades of Amaranth #D63554

Tints of Amaranth #D63554

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.1%

 BLUE value IS 84 (33.2% from 255) = 23.93%

R = 60.97%
G = 15.1%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D63554 (or 0xD63554) is known color: Amaranth. HEX triplet: D6, 35 and 54. RGB value is (214,53,84). Sum of RGB (Red+Green+Blue) = 214+53+84=351 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.97% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 84 (33.20% from 255 or 23.93% from 351); Max value from RGB is 214 - color contains mainly: red. Hex color #D63554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63554 is #29CAAB. Grayscale: #686868. Windows color (decimal): -2738860 or 5518806. OLE color: 5518806.

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

Color convert

RGB 214 53 84 -
CMYK 0 0.75 0.61 0.16
HSL 348.45º 0.66% 0.52% -
HSV(B) 348.45º 0.75% 0.84% -
XYZ 30.6 17.48 10.15 -
YUV 104.67 116.34 205.98 -
System Red Green Blue C M Y K H S L
Decimal 214 53 84 0 0.75 0.61 0.16 348.45 0.66 0.52
Hex D6 35 54 0 4B 3D 10 15C 42 34
Octal 326 65 124 0 113 75 20 534 102 64
Binary 11010110 110101 1010100 0 1001011 111101 10000 101011100 1000010 110100

Color Harmonies of #D63554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63554

Black with #D63554

Text Example


Text Example

White with #D63554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63554; }

 p { color: rgb(214,53,84); }

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

background-color css

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

 a { background-color: rgb(214,53,84); }

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

border-color css

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

 span { border-color: rgb(214,53,84); }

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