Html Css Color HEX #D83348 Amaranth

📋 copy color: '#D83348'

red 216 ◦ green 51 ◦ blue 72

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

Shades of Amaranth #D83348

Tints of Amaranth #D83348

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.04%

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

R = 63.72%
G = 15.04%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D83348 (or 0xD83348) is known color: Amaranth. HEX triplet: D8, 33 and 48. RGB value is (216,51,72). Sum of RGB (Red+Green+Blue) = 216+51+72=339 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.72% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 216 - color contains mainly: red. Hex color #D83348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83348 is #27CCB7. Grayscale: #666666. Windows color (decimal): -2608312 or 4731864. OLE color: 4731864.

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

Color convert

RGB 216 51 72 -
CMYK 0 0.76 0.67 0.15
HSL 352.36º 0.68% 0.52% -
HSV(B) 352.36º 0.76% 0.85% -
XYZ 30.67 17.43 7.88 -
YUV 102.73 110.66 208.79 -
System Red Green Blue C M Y K H S L
Decimal 216 51 72 0 0.76 0.67 0.15 352.36 0.68 0.52
Hex D8 33 48 0 4C 43 F 160 44 34
Octal 330 63 110 0 114 103 17 540 104 64
Binary 11011000 110011 1001000 0 1001100 1000011 1111 101100000 1000100 110100

Color Harmonies of #D83348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83348

Black with #D83348

Text Example


Text Example

White with #D83348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83348; }

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

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

background-color css

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

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

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

border-color css

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

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

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