Html Css Color HEX #D63350 Amaranth

📋 copy color: '#D63350'

red 214 ◦ green 51 ◦ blue 80

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

Shades of Amaranth #D63350

Tints of Amaranth #D63350

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.78%

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

R = 62.03%
G = 14.78%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D63350 (or 0xD63350) is known color: Amaranth. HEX triplet: D6, 33 and 50. RGB value is (214,51,80). Sum of RGB (Red+Green+Blue) = 214+51+80=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D63350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63350 is #29CCAF. Grayscale: #676767. Windows color (decimal): -2739376 or 5256150. OLE color: 5256150.

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

Color convert

RGB 214 51 80 -
CMYK 0 0.76 0.63 0.16
HSL 349.33º 0.67% 0.52% -
HSV(B) 349.33º 0.76% 0.84% -
XYZ 30.36 17.24 9.32 -
YUV 103.04 115 207.14 -
System Red Green Blue C M Y K H S L
Decimal 214 51 80 0 0.76 0.63 0.16 349.33 0.67 0.52
Hex D6 33 50 0 4C 3F 10 15D 43 34
Octal 326 63 120 0 114 77 20 535 103 64
Binary 11010110 110011 1010000 0 1001100 111111 10000 101011101 1000011 110100

Color Harmonies of #D63350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63350

Black with #D63350

Text Example


Text Example

White with #D63350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63350; }

 p { color: rgb(214,51,80); }

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

background-color css

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

 a { background-color: rgb(214,51,80); }

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

border-color css

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

 span { border-color: rgb(214,51,80); }

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