Html Css Color HEX #D83748 Amaranth

📋 copy color: '#D83748'

red 216 ◦ green 55 ◦ blue 72

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

Shades of Amaranth #D83748

Tints of Amaranth #D83748

RGB

 RED value IS 216 (84.77% from 255) = 62.97%

 GREEN value IS 55 (21.88% from 255) = 16.03%

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

R = 62.97%
G = 16.03%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D83748 (or 0xD83748) is known color: Amaranth. HEX triplet: D8, 37 and 48. RGB value is (216,55,72). Sum of RGB (Red+Green+Blue) = 216+55+72=343 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.97% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 216 - color contains mainly: red. Hex color #D83748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83748 is #27C8B7. Grayscale: #696969. Windows color (decimal): -2607288 or 4732888. OLE color: 4732888.

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

Color convert

RGB 216 55 72 -
CMYK 0 0.75 0.67 0.15
HSL 353.66º 0.67% 0.53% -
HSV(B) 353.66º 0.75% 0.85% -
XYZ 30.85 17.8 7.94 -
YUV 105.08 109.34 207.12 -
System Red Green Blue C M Y K H S L
Decimal 216 55 72 0 0.75 0.67 0.15 353.66 0.67 0.53
Hex D8 37 48 0 4B 43 F 162 43 35
Octal 330 67 110 0 113 103 17 542 103 65
Binary 11011000 110111 1001000 0 1001011 1000011 1111 101100010 1000011 110101

Color Harmonies of #D83748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83748

Black with #D83748

Text Example


Text Example

White with #D83748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83748; }

 p { color: rgb(216,55,72); }

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

background-color css

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

 a { background-color: rgb(216,55,72); }

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

border-color css

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

 span { border-color: rgb(216,55,72); }

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