Html Css Color HEX #D93248 Amaranth

📋 copy color: '#D93248'

red 217 ◦ green 50 ◦ blue 72

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

Shades of Amaranth #D93248

Tints of Amaranth #D93248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.24%

R = 64.01%
G = 14.75%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D93248 (or 0xD93248) is known color: Amaranth. HEX triplet: D9, 32 and 48. RGB value is (217,50,72). Sum of RGB (Red+Green+Blue) = 217+50+72=339 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.01% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 217 - color contains mainly: red. Hex color #D93248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93248 is #26CDB7. Grayscale: #666666. Windows color (decimal): -2543032 or 4731609. OLE color: 4731609.

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

Color convert

RGB 217 50 72 -
CMYK 0 0.77 0.67 0.15
HSL 352.1º 0.69% 0.52% -
HSV(B) 352.1º 0.77% 0.85% -
XYZ 30.93 17.5 7.88 -
YUV 102.44 110.83 209.71 -
System Red Green Blue C M Y K H S L
Decimal 217 50 72 0 0.77 0.67 0.15 352.1 0.69 0.52
Hex D9 32 48 0 4D 43 F 160 45 34
Octal 331 62 110 0 115 103 17 540 105 64
Binary 11011001 110010 1001000 0 1001101 1000011 1111 101100000 1000101 110100

Color Harmonies of #D93248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93248

Black with #D93248

Text Example


Text Example

White with #D93248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93248; }

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

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

background-color css

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

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

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

border-color css

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

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

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