#D3364A

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

Shades of Brick Red #D3364A

Tints of Brick Red #D3364A

Color information

#D3364A (or 0xD3364A) is unknown color: approx Brick Red. HEX triplet: D3, 36 and 4A. RGB value is (211,54,74). Sum of RGB (Red+Green+Blue) = 211+54+74=339 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.24% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 211 - color contains mainly: red. Hex color #D3364A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3364A is #2CC9B5. Grayscale: #676767. Windows color (decimal): -2935222 or 4863699. OLE color: 4863699.

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

Color convert

RGB2115474-
CMYK00.740.650.17
HSL352.36º64.08%51.96%-
HSV(B)352.36º74.41%82.75%-
XYZ29.4216.988.21-
YUV103.22111.51204.87-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 62.24%
GREEN value IS 54 (21.48% from 255) = 15.93%
BLUE value IS 74 (29.30% from 255) = 21.83%
R=62.24%
G=15.93%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.65
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211547400.740.650.17352.3664.0851.96
HexD3364A04A41111604034
Octal3236611201121012154010064
Binary110100111101101001010010010101000001100011011000001000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3364A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3364A; }

 p { color: rgb(211,54,74); }

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

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

 a { background-color: rgb(211,54,74); }

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

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

 span { border-color: rgb(211,54,74); }

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