#D02845

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

Shades of Brick Red #D02845

Tints of Brick Red #D02845

Color information

#D02845 (or 0xD02845) is unknown color: approx Brick Red. HEX triplet: D0, 28 and 45. RGB value is (208,40,69). Sum of RGB (Red+Green+Blue) = 208+40+69=317 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.62% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 208 - color contains mainly: red. Hex color #D02845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02845 is #2FD7BA. Grayscale: #5D5D5D. Windows color (decimal): -3135419 or 4532432. OLE color: 4532432.

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

Color convert

RGB2084069-
CMYK00.810.670.18
HSL349.64º67.74%48.63%-
HSV(B)349.64º80.77%81.57%-
XYZ27.8515.367.13-
YUV93.54114.16209.64-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 65.62%
GREEN value IS 40 (16.02% from 255) = 12.62%
BLUE value IS 69 (27.34% from 255) = 21.77%
R=65.62%
G=12.62%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208406900.810.670.18349.6467.7448.63
HexD02845051431215e4431
Octal3205010501211032253610461
Binary110100001010001000101010100011000011100101010111101000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D02845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D02845; }

 p { color: rgb(208,40,69); }

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

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

 a { background-color: rgb(208,40,69); }

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

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

 span { border-color: rgb(208,40,69); }

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