Html Css Color HEX #D6254E Amaranth

📋 copy color: '#D6254E'

red 214 ◦ green 37 ◦ blue 78

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

Shades of Amaranth #D6254E

Tints of Amaranth #D6254E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.25%

 BLUE value IS 78 (30.86% from 255) = 23.71%

R = 65.05%
G = 11.25%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6254E (or 0xD6254E) is known color: Amaranth. HEX triplet: D6, 25 and 4E. RGB value is (214,37,78). Sum of RGB (Red+Green+Blue) = 214+37+78=329 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.05% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 214 - color contains mainly: red. Hex color #D6254E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6254E is #29DAB1. Grayscale: #5E5E5E. Windows color (decimal): -2742962 or 5121494. OLE color: 5121494.

HSL color Cylindrical-coordinate representation of color #D6254E: hue angle of 346.1º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D6254E is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 37 78 -
CMYK 0 0.83 0.64 0.16
HSL 346.1º 0.71% 0.49% -
HSV(B) 346.1º 0.83% 0.84% -
XYZ 29.77 16.17 8.76 -
YUV 94.6 118.64 213.17 -
System Red Green Blue C M Y K H S L
Decimal 214 37 78 0 0.83 0.64 0.16 346.1 0.71 0.49
Hex D6 25 4E 0 53 40 10 15A 47 31
Octal 326 45 116 0 123 100 20 532 107 61
Binary 11010110 100101 1001110 0 1010011 1000000 10000 101011010 1000111 110001

Color Harmonies of #D6254E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6254E

Black with #D6254E

Text Example


Text Example

White with #D6254E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6254E; }

 p { color: rgb(214,37,78); }

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

background-color css

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

 a { background-color: rgb(214,37,78); }

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

border-color css

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

 span { border-color: rgb(214,37,78); }

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