#D32648

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

Shades of Brick Red #D32648

Tints of Brick Red #D32648

Color information

#D32648 (or 0xD32648) is unknown color: approx Brick Red. HEX triplet: D3, 26 and 48. RGB value is (211,38,72). Sum of RGB (Red+Green+Blue) = 211+38+72=321 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.73% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 211 - color contains mainly: red. Hex color #D32648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32648 is #2CD9B7. Grayscale: #5D5D5D. Windows color (decimal): -2939320 or 4728531. OLE color: 4728531.

HSL color Cylindrical-coordinate representation of color #D32648: hue angle of 348.21º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D32648 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB2113872-
CMYK00.820.660.17
HSL348.21º69.48%48.82%-
HSV(B)348.21º81.99%82.75%-
XYZ28.7315.77.65-
YUV93.6115.81211.74-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 65.73%
GREEN value IS 38 (15.23% from 255) = 11.84%
BLUE value IS 72 (28.52% from 255) = 22.43%
R=65.73%
G=11.84%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211387200.820.660.17348.2169.4848.82
HexD32648052421115c4531
Octal3234611001221022153410561
Binary110100111001101001000010100101000010100011010111001000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D32648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D32648; }

 p { color: rgb(211,38,72); }

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

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

 a { background-color: rgb(211,38,72); }

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

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

 span { border-color: rgb(211,38,72); }

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