#D1274D

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

Shades of Brick Red #D1274D

Tints of Brick Red #D1274D

Color information

#D1274D (or 0xD1274D) is unknown color: approx Brick Red. HEX triplet: D1, 27 and 4D. RGB value is (209,39,77). Sum of RGB (Red+Green+Blue) = 209+39+77=325 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.31% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 209 - color contains mainly: red. Hex color #D1274D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1274D is #2ED8B2. Grayscale: #5E5E5E. Windows color (decimal): -3070131 or 5056465. OLE color: 5056465.

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

Color convert

RGB2093977-
CMYK00.810.630.18
HSL346.59º68.55%48.63%-
HSV(B)346.59º81.34%81.96%-
XYZ28.3615.548.53-
YUV94.16118.32209.91-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 64.31%
GREEN value IS 39 (15.62% from 255) = 12%
BLUE value IS 77 (30.47% from 255) = 23.69%
R=64.31%
G=12%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209397700.810.630.18346.5968.5548.63
HexD1274D0513F1215b4531
Octal321471150121772253310561
Binary11010001100111100110101010001111111100101010110111000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1274D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1274D; }

 p { color: rgb(209,39,77); }

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

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

 a { background-color: rgb(209,39,77); }

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

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

 span { border-color: rgb(209,39,77); }

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