Html Css Color HEX #D92448 Amaranth

📋 copy color: '#D92448'

red 217 ◦ green 36 ◦ blue 72

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

Shades of Amaranth #D92448

Tints of Amaranth #D92448

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.08%

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

R = 66.77%
G = 11.08%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D92448 (or 0xD92448) is known color: Amaranth. HEX triplet: D9, 24 and 48. RGB value is (217,36,72). Sum of RGB (Red+Green+Blue) = 217+36+72=325 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.77% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 217 - color contains mainly: red. Hex color #D92448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92448 is #26DBB7. Grayscale: #5E5E5E. Windows color (decimal): -2546616 or 4728025. OLE color: 4728025.

HSL color Cylindrical-coordinate representation of color #D92448: hue angle of 348.07º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D92448 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 36 72 -
CMYK 0 0.83 0.67 0.15
HSL 348.07º 0.72% 0.5% -
HSV(B) 348.07º 0.83% 0.85% -
XYZ 30.42 16.48 7.71 -
YUV 94.22 115.47 215.57 -
System Red Green Blue C M Y K H S L
Decimal 217 36 72 0 0.83 0.67 0.15 348.07 0.72 0.5
Hex D9 24 48 0 53 43 F 15C 48 32
Octal 331 44 110 0 123 103 17 534 110 62
Binary 11011001 100100 1001000 0 1010011 1000011 1111 101011100 1001000 110010

Color Harmonies of #D92448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92448

Black with #D92448

Text Example


Text Example

White with #D92448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92448; }

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

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

background-color css

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

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

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

border-color css

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

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

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