Html Css Color HEX #D93950 Amaranth

📋 copy color: '#D93950'

red 217 ◦ green 57 ◦ blue 80

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

Shades of Amaranth #D93950

Tints of Amaranth #D93950

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.1%

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

R = 61.3%
G = 16.1%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D93950 (or 0xD93950) is known color: Amaranth. HEX triplet: D9, 39 and 50. RGB value is (217,57,80). Sum of RGB (Red+Green+Blue) = 217+57+80=354 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.30% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 217 - color contains mainly: red. Hex color #D93950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93950 is #26C6AF. Grayscale: #6B6B6B. Windows color (decimal): -2541232 or 5257689. OLE color: 5257689.

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

Color convert

RGB 217 57 80 -
CMYK 0 0.74 0.63 0.15
HSL 351.38º 0.68% 0.54% -
HSV(B) 351.38º 0.74% 0.85% -
XYZ 31.53 18.26 9.45 -
YUV 107.46 112.51 206.13 -
System Red Green Blue C M Y K H S L
Decimal 217 57 80 0 0.74 0.63 0.15 351.38 0.68 0.54
Hex D9 39 50 0 4A 3F F 15F 44 36
Octal 331 71 120 0 112 77 17 537 104 66
Binary 11011001 111001 1010000 0 1001010 111111 1111 101011111 1000100 110110

Color Harmonies of #D93950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93950

Black with #D93950

Text Example


Text Example

White with #D93950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93950; }

 p { color: rgb(217,57,80); }

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

background-color css

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

 a { background-color: rgb(217,57,80); }

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

border-color css

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

 span { border-color: rgb(217,57,80); }

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