#D12843

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

Shades of Brick Red #D12843

Tints of Brick Red #D12843

Color information

#D12843 (or 0xD12843) is unknown color: approx Brick Red. HEX triplet: D1, 28 and 43. RGB value is (209,40,67). Sum of RGB (Red+Green+Blue) = 209+40+67=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 67 (26.56% from 255 or 21.20% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D12843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12843 is #2ED7BC. Grayscale: #5D5D5D. Windows color (decimal): -3069885 or 4401361. OLE color: 4401361.

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

Color convert

RGB2094067-
CMYK00.810.680.18
HSL350.41º67.87%48.82%-
HSV(B)350.41º80.86%81.96%-
XYZ28.0715.486.82-
YUV93.61112.99210.3-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 66.14%
GREEN value IS 40 (16.02% from 255) = 12.66%
BLUE value IS 67 (26.56% from 255) = 21.20%
R=66.14%
G=12.66%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209406700.810.680.18350.4167.8748.82
HexD12843051441215e4431
Octal3215010301211042253610461
Binary110100011010001000011010100011000100100101010111101000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12843; }

 p { color: rgb(209,40,67); }

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

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

 a { background-color: rgb(209,40,67); }

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

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

 span { border-color: rgb(209,40,67); }

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