#d2284c

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

Shades of Brick Red #D2284C

Tints of Brick Red #D2284C

Color information

#D2284C (or 0xD2284C) is unknown color: approx Brick Red. HEX triplet: D2, 28 and 4C. RGB value is (210,40,76). Sum of RGB (Red+Green+Blue) = 210+40+76=326 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.42% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 210 - color contains mainly: red. Hex color #D2284C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2284C is #2DD7B3. Grayscale: #5E5E5E. Windows color (decimal): -3004340 or 4991186. OLE color: 4991186.

HSL color Cylindrical-coordinate representation of color #D2284C: hue angle of 347.29º degrees, saturation: 0.68, 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 #D2284C is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB2104076-
CMYK00.810.640.18
HSL347.29º68%49.02%-
HSV(B)347.29º80.95%82.35%-
XYZ28.6415.748.37-
YUV94.93117.32210.07-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 64.42%
GREEN value IS 40 (16.02% from 255) = 12.27%
BLUE value IS 76 (30.08% from 255) = 23.31%
R=64.42%
G=12.27%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210407600.810.640.18347.296849.02
HexD2284C051401215b4431
Octal3225011401211002253310461
Binary110100101010001001100010100011000000100101010110111000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2284c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2284c; }

 p { color: rgb(210,40,76); }

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

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

 a { background-color: rgb(210,40,76); }

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

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

 span { border-color: rgb(210,40,76); }

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