#D33447

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

Shades of Brick Red #D33447

Tints of Brick Red #D33447

Color information

#D33447 (or 0xD33447) is unknown color: approx Brick Red. HEX triplet: D3, 34 and 47. RGB value is (211,52,71). Sum of RGB (Red+Green+Blue) = 211+52+71=334 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.17% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 211 - color contains mainly: red. Hex color #D33447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33447 is #2CCBB8. Grayscale: #656565. Windows color (decimal): -2935737 or 4666579. OLE color: 4666579.

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

Color convert

RGB2115271-
CMYK00.750.660.17
HSL352.83º64.37%51.57%-
HSV(B)352.83º75.36%82.75%-
XYZ29.2316.767.66-
YUV101.71110.68205.96-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 63.17%
GREEN value IS 52 (20.70% from 255) = 15.57%
BLUE value IS 71 (28.12% from 255) = 21.26%
R=63.17%
G=15.57%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211527100.750.660.17352.8364.3751.57
HexD3344704B42111614034
Octal3236410701131022154110064
Binary110100111101001000111010010111000010100011011000011000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33447; }

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

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

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

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

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

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

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

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