#D33849

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

Shades of Brick Red #D33849

Tints of Brick Red #D33849

Color information

#D33849 (or 0xD33849) is unknown color: approx Brick Red. HEX triplet: D3, 38 and 49. RGB value is (211,56,73). Sum of RGB (Red+Green+Blue) = 211+56+73=340 (45% of max value = 765). Red value is 211 (82.81% from 255 or 62.06% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 211 - color contains mainly: red. Hex color #D33849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33849 is #2CC7B6. Grayscale: #686868. Windows color (decimal): -2934711 or 4798675. OLE color: 4798675.

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

Color convert

RGB2115673-
CMYK00.730.650.17
HSL353.42º63.79%52.35%-
HSV(B)353.42º73.46%82.75%-
XYZ29.4817.168.06-
YUV104.28110.35204.12-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 62.06%
GREEN value IS 56 (22.27% from 255) = 16.47%
BLUE value IS 73 (28.91% from 255) = 21.47%
R=62.06%
G=16.47%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.65
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211567300.730.650.17353.4263.7952.35
HexD3384904941111614034
Octal3237011101111012154110064
Binary110100111110001001001010010011000001100011011000011000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D33849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D33849; }

 p { color: rgb(211,56,73); }

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

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

 a { background-color: rgb(211,56,73); }

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

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

 span { border-color: rgb(211,56,73); }

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