#D4313F

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

Shades of Brick Red #D4313F

Tints of Brick Red #D4313F

Color information

#D4313F (or 0xD4313F) is unknown color: approx Brick Red. HEX triplet: D4, 31 and 3F. RGB value is (212,49,63). Sum of RGB (Red+Green+Blue) = 212+49+63=324 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.43% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 212 - color contains mainly: red. Hex color #D4313F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4313F is #2BCEC0. Grayscale: #636363. Windows color (decimal): -2870977 or 4141524. OLE color: 4141524.

HSL color Cylindrical-coordinate representation of color #D4313F: hue angle of 354.85º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D4313F is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB2124963-
CMYK00.770.700.17
HSL354.85º65.46%51.18%-
HSV(B)354.85º76.89%83.14%-
XYZ29.1516.556.36-
YUV99.33107.5208.36-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 65.43%
GREEN value IS 49 (19.53% from 255) = 15.12%
BLUE value IS 63 (25% from 255) = 19.44%
R=65.43%
G=15.12%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212496300.770.700.17354.8565.4651.18
HexD4313F04D46111634133
Octal324617701151062154310163
Binary11010100110001111111010011011000110100011011000111000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4313F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4313F; }

 p { color: rgb(212,49,63); }

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

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

 a { background-color: rgb(212,49,63); }

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

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

 span { border-color: rgb(212,49,63); }

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