#D02A3F

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

Shades of Brick Red #D02A3F

Tints of Brick Red #D02A3F

Color information

#D02A3F (or 0xD02A3F) is unknown color: approx Brick Red. HEX triplet: D0, 2A and 3F. RGB value is (208,42,63). Sum of RGB (Red+Green+Blue) = 208+42+63=313 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.45% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 208 - color contains mainly: red. Hex color #D02A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02A3F is #2FD5C0. Grayscale: #5E5E5E. Windows color (decimal): -3134913 or 4139728. OLE color: 4139728.

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

Color convert

RGB2084263-
CMYK00.800.700.18
HSL352.41º66.4%49.02%-
HSV(B)352.41º79.81%81.57%-
XYZ27.7415.426.22-
YUV94.03110.5209.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 66.45%
GREEN value IS 42 (16.80% from 255) = 13.42%
BLUE value IS 63 (25% from 255) = 20.13%
R=66.45%
G=13.42%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208426300.800.700.18352.4166.449.02
HexD02A3F05046121604231
Octal320527701201062254010261
Binary11010000101010111111010100001000110100101011000001000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D02A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D02A3F; }

 p { color: rgb(208,42,63); }

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

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

 a { background-color: rgb(208,42,63); }

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

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

 span { border-color: rgb(208,42,63); }

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