Html Css Color HEX #D93346 Amaranth

📋 copy color: '#D93346'

red 217 ◦ green 51 ◦ blue 70

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

Shades of Amaranth #D93346

Tints of Amaranth #D93346

RGB

 RED value IS 217 (85.16% from 255) = 64.2%

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

 BLUE value IS 70 (27.73% from 255) = 20.71%

R = 64.2%
G = 15.09%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D93346 (or 0xD93346) is known color: Amaranth. HEX triplet: D9, 33 and 46. RGB value is (217,51,70). Sum of RGB (Red+Green+Blue) = 217+51+70=338 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.20% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 217 - color contains mainly: red. Hex color #D93346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93346 is #26CCB9. Grayscale: #666666. Windows color (decimal): -2542778 or 4600793. OLE color: 4600793.

HSL color Cylindrical-coordinate representation of color #D93346: hue angle of 353.13º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D93346 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 51 70 -
CMYK 0 0.76 0.68 0.15
HSL 353.13º 0.69% 0.53% -
HSV(B) 353.13º 0.76% 0.85% -
XYZ 30.9 17.56 7.56 -
YUV 102.8 109.5 209.46 -
System Red Green Blue C M Y K H S L
Decimal 217 51 70 0 0.76 0.68 0.15 353.13 0.69 0.53
Hex D9 33 46 0 4C 44 F 161 45 35
Octal 331 63 106 0 114 104 17 541 105 65
Binary 11011001 110011 1000110 0 1001100 1000100 1111 101100001 1000101 110101

Color Harmonies of #D93346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93346

Black with #D93346

Text Example


Text Example

White with #D93346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93346; }

 p { color: rgb(217,51,70); }

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

background-color css

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

 a { background-color: rgb(217,51,70); }

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

border-color css

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

 span { border-color: rgb(217,51,70); }

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