Html Css Color HEX #D93253 Amaranth

📋 copy color: '#D93253'

red 217 ◦ green 50 ◦ blue 83

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

Shades of Amaranth #D93253

Tints of Amaranth #D93253

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.29%

 BLUE value IS 83 (32.81% from 255) = 23.71%

R = 62%
G = 14.29%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D93253 (or 0xD93253) is known color: Amaranth. HEX triplet: D9, 32 and 53. RGB value is (217,50,83). Sum of RGB (Red+Green+Blue) = 217+50+83=350 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 217 - color contains mainly: red. Hex color #D93253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93253 is #26CDAC. Grayscale: #676767. Windows color (decimal): -2543021 or 5452505. OLE color: 5452505.

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

Color convert

RGB 217 50 83 -
CMYK 0 0.77 0.62 0.15
HSL 348.14º 0.69% 0.52% -
HSV(B) 348.14º 0.77% 0.85% -
XYZ 31.32 17.66 9.94 -
YUV 103.7 116.33 208.82 -
System Red Green Blue C M Y K H S L
Decimal 217 50 83 0 0.77 0.62 0.15 348.14 0.69 0.52
Hex D9 32 53 0 4D 3E F 15C 45 34
Octal 331 62 123 0 115 76 17 534 105 64
Binary 11011001 110010 1010011 0 1001101 111110 1111 101011100 1000101 110100

Color Harmonies of #D93253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93253

Black with #D93253

Text Example


Text Example

White with #D93253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93253; }

 p { color: rgb(217,50,83); }

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

background-color css

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

 a { background-color: rgb(217,50,83); }

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

border-color css

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

 span { border-color: rgb(217,50,83); }

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