#D32440

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

Shades of Brick Red #D32440

Tints of Brick Red #D32440

Color information

#D32440 (or 0xD32440) is unknown color: approx Brick Red. HEX triplet: D3, 24 and 40. RGB value is (211,36,64). Sum of RGB (Red+Green+Blue) = 211+36+64=311 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.85% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 211 - color contains mainly: red. Hex color #D32440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32440 is #2CDBBF. Grayscale: #5B5B5B. Windows color (decimal): -2939840 or 4203731. OLE color: 4203731.

HSL color Cylindrical-coordinate representation of color #D32440: hue angle of 350.4º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D32440 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB2113664-
CMYK00.830.700.17
HSL350.4º70.85%48.43%-
HSV(B)350.4º82.94%82.75%-
XYZ28.4215.486.34-
YUV91.52112.48213.22-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 67.85%
GREEN value IS 36 (14.45% from 255) = 11.58%
BLUE value IS 64 (25.39% from 255) = 20.58%
R=67.85%
G=11.58%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211366400.830.700.17350.470.8548.43
HexD32440053461115e4730
Octal3234410001231062153610760
Binary110100111001001000000010100111000110100011010111101000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D32440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D32440; }

 p { color: rgb(211,36,64); }

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

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

 a { background-color: rgb(211,36,64); }

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

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

 span { border-color: rgb(211,36,64); }

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