#D83145

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

Shades of Brick Red #D83145

Tints of Brick Red #D83145

Color information

#D83145 (or 0xD83145) is unknown color: approx Brick Red. HEX triplet: D8, 31 and 45. RGB value is (216,49,69). Sum of RGB (Red+Green+Blue) = 216+49+69=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D83145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83145 is #27CEBA. Grayscale: #656565. Windows color (decimal): -2608827 or 4534744. OLE color: 4534744.

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

Color convert

RGB2164969-
CMYK00.770.680.15
HSL352.81º68.16%51.96%-
HSV(B)352.81º77.31%84.71%-
XYZ30.4917.237.35-
YUV101.21109.83209.87-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 64.67%
GREEN value IS 49 (19.53% from 255) = 14.67%
BLUE value IS 69 (27.34% from 255) = 20.66%
R=64.67%
G=14.67%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216496900.770.680.15352.8168.1651.96
HexD8314504D44F1614434
Octal3306110501151041754110464
Binary11011000110001100010101001101100010011111011000011000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D83145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D83145; }

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

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

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

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

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

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

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

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