#D3304D

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

Shades of Brick Red #D3304D

Tints of Brick Red #D3304D

Color information

#D3304D (or 0xD3304D) is unknown color: approx Brick Red. HEX triplet: D3, 30 and 4D. RGB value is (211,48,77). Sum of RGB (Red+Green+Blue) = 211+48+77=336 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.80% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 211 - color contains mainly: red. Hex color #D3304D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3304D is #2CCFB2. Grayscale: #646464. Windows color (decimal): -2936755 or 5058771. OLE color: 5058771.

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

Color convert

RGB2114877-
CMYK00.770.640.17
HSL349.33º64.94%50.78%-
HSV(B)349.33º77.25%82.75%-
XYZ29.2616.58.66-
YUV100.04115207.14-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 62.80%
GREEN value IS 48 (19.14% from 255) = 14.29%
BLUE value IS 77 (30.47% from 255) = 22.92%
R=62.80%
G=14.29%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211487700.770.640.17349.3364.9450.78
HexD3304D04D401115d4133
Octal3236011501151002153510163
Binary110100111100001001101010011011000000100011010111011000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3304D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3304D; }

 p { color: rgb(211,48,77); }

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

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

 a { background-color: rgb(211,48,77); }

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

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

 span { border-color: rgb(211,48,77); }

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