#D33A47

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

Shades of Brick Red #D33A47

Tints of Brick Red #D33A47

Color information

#D33A47 (or 0xD33A47) is unknown color: approx Brick Red. HEX triplet: D3, 3A and 47. RGB value is (211,58,71). Sum of RGB (Red+Green+Blue) = 211+58+71=340 (45% of max value = 765). Red value is 211 (82.81% from 255 or 62.06% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 71 (28.12% from 255 or 20.88% from 340); Max value from RGB is 211 - color contains mainly: red. Hex color #D33A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33A47 is #2CC5B8. Grayscale: #696969. Windows color (decimal): -2934201 or 4668115. OLE color: 4668115.

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

Color convert

RGB2115871-
CMYK00.730.660.17
HSL354.9º63.49%52.75%-
HSV(B)354.9º72.51%82.75%-
XYZ29.5117.337.75-
YUV105.23108.69203.44-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 62.06%
GREEN value IS 58 (23.05% from 255) = 17.06%
BLUE value IS 71 (28.12% from 255) = 20.88%
R=62.06%
G=17.06%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211587100.730.660.17354.963.4952.75
HexD33A4704942111633f35
Octal323721070111102215437765
Binary11010011111010100011101001001100001010001101100011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33A47; }

 p { color: rgb(211,58,71); }

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

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

 a { background-color: rgb(211,58,71); }

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

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

 span { border-color: rgb(211,58,71); }

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