#D32B3B

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

Shades of Brick Red #D32B3B

Tints of Brick Red #D32B3B

Color information

#D32B3B (or 0xD32B3B) is unknown color: approx Brick Red. HEX triplet: D3, 2B and 3B. RGB value is (211,43,59). Sum of RGB (Red+Green+Blue) = 211+43+59=313 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.41% from 313); Green value is 43 (17.19% from 255 or 13.74% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 211 - color contains mainly: red. Hex color #D32B3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32B3B is #2CD4C4. Grayscale: #5F5F5F. Windows color (decimal): -2938053 or 3877843. OLE color: 3877843.

HSL color Cylindrical-coordinate representation of color #D32B3B: hue angle of 354.29º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D32B3B is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB2114359-
CMYK00.800.720.17
HSL354.29º66.14%49.8%-
HSV(B)354.29º79.62%82.75%-
XYZ28.5215.895.7-
YUV95.06107.66210.7-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 67.41%
GREEN value IS 43 (17.19% from 255) = 13.74%
BLUE value IS 59 (23.44% from 255) = 18.85%
R=67.41%
G=13.74%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211435900.800.720.17354.2966.1449.8
HexD32B3B05048111624232
Octal323537301201102154210262
Binary11010011101011111011010100001001000100011011000101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D32B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D32B3B; }

 p { color: rgb(211,43,59); }

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

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

 a { background-color: rgb(211,43,59); }

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

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

 span { border-color: rgb(211,43,59); }

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