Html Css Color HEX #D93952 Amaranth

📋 copy color: '#D93952'

red 217 ◦ green 57 ◦ blue 82

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

Shades of Amaranth #D93952

Tints of Amaranth #D93952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.03%

R = 60.96%
G = 16.01%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D93952 (or 0xD93952) is known color: Amaranth. HEX triplet: D9, 39 and 52. RGB value is (217,57,82). Sum of RGB (Red+Green+Blue) = 217+57+82=356 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.96% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 217 - color contains mainly: red. Hex color #D93952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93952 is #26C6AD. Grayscale: #6B6B6B. Windows color (decimal): -2541230 or 5388761. OLE color: 5388761.

HSL color Cylindrical-coordinate representation of color #D93952: hue angle of 350.62º 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 #D93952 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 57 82 -
CMYK 0 0.74 0.62 0.15
HSL 350.63º 0.68% 0.54% -
HSV(B) 350.63º 0.74% 0.85% -
XYZ 31.6 18.29 9.85 -
YUV 107.69 113.51 205.97 -
System Red Green Blue C M Y K H S L
Decimal 217 57 82 0 0.74 0.62 0.15 350.63 0.68 0.54
Hex D9 39 52 0 4A 3E F 15F 44 36
Octal 331 71 122 0 112 76 17 537 104 66
Binary 11011001 111001 1010010 0 1001010 111110 1111 101011111 1000100 110110

Color Harmonies of #D93952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93952

Black with #D93952

Text Example


Text Example

White with #D93952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93952; }

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

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

background-color css

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

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

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

border-color css

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

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

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