#D2283E

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

Shades of Brick Red #D2283E

Tints of Brick Red #D2283E

Color information

#D2283E (or 0xD2283E) is unknown color: approx Brick Red. HEX triplet: D2, 28 and 3E. RGB value is (210,40,62). Sum of RGB (Red+Green+Blue) = 210+40+62=312 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.31% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 62 (24.61% from 255 or 19.87% from 312); Max value from RGB is 210 - color contains mainly: red. Hex color #D2283E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2283E is #2DD7C1. Grayscale: #5D5D5D. Windows color (decimal): -3004354 or 4073682. OLE color: 4073682.

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

Color convert

RGB2104062-
CMYK00.810.700.18
HSL352.24º68%49.02%-
HSV(B)352.24º80.95%82.35%-
XYZ28.2115.576.08-
YUV93.34110.32211.21-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 67.31%
GREEN value IS 40 (16.02% from 255) = 12.82%
BLUE value IS 62 (24.61% from 255) = 19.87%
R=67.31%
G=12.82%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210406200.810.700.18352.246849.02
HexD2283E05146121604431
Octal322507601211062254010461
Binary11010010101000111110010100011000110100101011000001000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2283E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2283E; }

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

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

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

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

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

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

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

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