Html Css Color HEX #D83848 Amaranth

📋 copy color: '#D83848'

red 216 ◦ green 56 ◦ blue 72

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

Shades of Amaranth #D83848

Tints of Amaranth #D83848

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.28%

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

R = 62.79%
G = 16.28%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D83848 (or 0xD83848) is known color: Amaranth. HEX triplet: D8, 38 and 48. RGB value is (216,56,72). Sum of RGB (Red+Green+Blue) = 216+56+72=344 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.79% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 216 - color contains mainly: red. Hex color #D83848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83848 is #27C7B7. Grayscale: #696969. Windows color (decimal): -2607032 or 4733144. OLE color: 4733144.

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

Color convert

RGB 216 56 72 -
CMYK 0 0.74 0.67 0.15
HSL 354º 0.67% 0.53% -
HSV(B) 354º 0.74% 0.85% -
XYZ 30.9 17.9 7.96 -
YUV 105.66 109.01 206.7 -
System Red Green Blue C M Y K H S L
Decimal 216 56 72 0 0.74 0.67 0.15 354 0.67 0.53
Hex D8 38 48 0 4A 43 F 162 43 35
Octal 330 70 110 0 112 103 17 542 103 65
Binary 11011000 111000 1001000 0 1001010 1000011 1111 101100010 1000011 110101

Color Harmonies of #D83848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83848

Black with #D83848

Text Example


Text Example

White with #D83848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83848; }

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

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

background-color css

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

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

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

border-color css

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

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

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