#D02B47

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

Shades of Brick Red #D02B47

Tints of Brick Red #D02B47

Color information

#D02B47 (or 0xD02B47) is unknown color: approx Brick Red. HEX triplet: D0, 2B and 47. RGB value is (208,43,71). Sum of RGB (Red+Green+Blue) = 208+43+71=322 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.60% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 208 - color contains mainly: red. Hex color #D02B47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02B47 is #2FD4B8. Grayscale: #5F5F5F. Windows color (decimal): -3134649 or 4664272. OLE color: 4664272.

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

Color convert

RGB2084371-
CMYK00.790.660.18
HSL349.82º65.74%49.22%-
HSV(B)349.82º79.33%81.57%-
XYZ28.0115.597.49-
YUV95.53114.16208.22-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 64.60%
GREEN value IS 43 (17.19% from 255) = 13.35%
BLUE value IS 71 (28.12% from 255) = 22.05%
R=64.60%
G=13.35%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208437100.790.660.18349.8265.7449.22
HexD02B4704F421215e4231
Octal3205310701171022253610261
Binary110100001010111000111010011111000010100101010111101000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D02B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D02B47; }

 p { color: rgb(208,43,71); }

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

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

 a { background-color: rgb(208,43,71); }

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

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

 span { border-color: rgb(208,43,71); }

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