#D62D3F

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

Shades of Brick Red #D62D3F

Tints of Brick Red #D62D3F

Color information

#D62D3F (or 0xD62D3F) is unknown color: approx Brick Red. HEX triplet: D6, 2D and 3F. RGB value is (214,45,63). Sum of RGB (Red+Green+Blue) = 214+45+63=322 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.46% from 322); Green value is 45 (17.97% from 255 or 13.98% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 214 - color contains mainly: red. Hex color #D62D3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62D3F is #29D2C0. Grayscale: #616161. Windows color (decimal): -2740929 or 4140502. OLE color: 4140502.

HSL color Cylindrical-coordinate representation of color #D62D3F: hue angle of 353.61º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62D3F is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB2144563-
CMYK00.790.710.16
HSL353.61º67.33%50.78%-
HSV(B)353.61º78.97%83.92%-
XYZ29.5716.536.34-
YUV97.58108.49211.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 66.46%
GREEN value IS 45 (17.97% from 255) = 13.98%
BLUE value IS 63 (25% from 255) = 19.57%
R=66.46%
G=13.98%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214456300.790.710.16353.6167.3350.78
HexD62D3F04F47101624333
Octal326557701171072054210363
Binary11010110101101111111010011111000111100001011000101000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62D3F; }

 p { color: rgb(214,45,63); }

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

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

 a { background-color: rgb(214,45,63); }

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

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

 span { border-color: rgb(214,45,63); }

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