#d3274a

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

Shades of Brick Red #D3274A

Tints of Brick Red #D3274A

Color information

#D3274A (or 0xD3274A) is unknown color: approx Brick Red. HEX triplet: D3, 27 and 4A. RGB value is (211,39,74). Sum of RGB (Red+Green+Blue) = 211+39+74=324 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.12% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 211 - color contains mainly: red. Hex color #D3274A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3274A is #2CD8B5. Grayscale: #5E5E5E. Windows color (decimal): -2939062 or 4859859. OLE color: 4859859.

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

Color convert

RGB2113974-
CMYK00.820.650.17
HSL347.79º68.8%49.02%-
HSV(B)347.79º81.52%82.75%-
XYZ28.8315.798.01-
YUV94.42116.48211.15-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 65.12%
GREEN value IS 39 (15.62% from 255) = 12.04%
BLUE value IS 74 (29.30% from 255) = 22.84%
R=65.12%
G=12.04%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.65
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211397400.820.650.17347.7968.849.02
HexD3274A052411115c4531
Octal3234711201221012153410561
Binary110100111001111001010010100101000001100011010111001000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d3274a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d3274a; }

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

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

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

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

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

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

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

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