Html Css Color HEX #D6374B Amaranth

📋 copy color: '#D6374B'

red 214 ◦ green 55 ◦ blue 75

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

Shades of Amaranth #D6374B

Tints of Amaranth #D6374B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.99%

 BLUE value IS 75 (29.69% from 255) = 21.8%

R = 62.21%
G = 15.99%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6374B (or 0xD6374B) is known color: Amaranth. HEX triplet: D6, 37 and 4B. RGB value is (214,55,75). Sum of RGB (Red+Green+Blue) = 214+55+75=344 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.21% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 214 - color contains mainly: red. Hex color #D6374B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6374B is #29C8B4. Grayscale: #686868. Windows color (decimal): -2738357 or 4929494. OLE color: 4929494.

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

Color convert

RGB 214 55 75 -
CMYK 0 0.74 0.65 0.16
HSL 352.45º 0.66% 0.53% -
HSV(B) 352.45º 0.74% 0.84% -
XYZ 30.37 17.54 8.44 -
YUV 104.82 111.18 205.87 -
System Red Green Blue C M Y K H S L
Decimal 214 55 75 0 0.74 0.65 0.16 352.45 0.66 0.53
Hex D6 37 4B 0 4A 41 10 160 42 35
Octal 326 67 113 0 112 101 20 540 102 65
Binary 11010110 110111 1001011 0 1001010 1000001 10000 101100000 1000010 110101

Color Harmonies of #D6374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6374B

Black with #D6374B

Text Example


Text Example

White with #D6374B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6374B; }

 p { color: rgb(214,55,75); }

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

background-color css

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

 a { background-color: rgb(214,55,75); }

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

border-color css

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

 span { border-color: rgb(214,55,75); }

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