#D83144

Color #D83144 Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #D83144

Tints of Brick Red #D83144

Color information

#D83144 (or 0xD83144) is unknown color: approx Brick Red. HEX triplet: D8, 31 and 44. RGB value is (216,49,68). Sum of RGB (Red+Green+Blue) = 216+49+68=333 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.86% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 216 - color contains mainly: red. Hex color #D83144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83144 is #27CEBB. Grayscale: #656565. Windows color (decimal): -2608828 or 4469208. OLE color: 4469208.

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

Color convert

RGB2164968-
CMYK00.770.690.15
HSL353.17º68.16%51.96%-
HSV(B)353.17º77.31%84.71%-
XYZ30.4617.217.19-
YUV101.1109.33209.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 64.86%
GREEN value IS 49 (19.53% from 255) = 14.71%
BLUE value IS 68 (26.95% from 255) = 20.42%
R=64.86%
G=14.71%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216496800.770.690.15353.1768.1651.96
HexD8314404D45F1614434
Octal3306110401151051754110464
Binary11011000110001100010001001101100010111111011000011000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D83144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D83144; }

 p { color: rgb(216,49,68); }

 H1.HeaderClassName
 {
   color: #D83144;
 }
 .AnyTagClassName
 {
   color: #D83144;
 }
</style>
background-color css

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

 a { background-color: rgb(216,49,68); }

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

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

 span { border-color: rgb(216,49,68); }

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