#D23846

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

Shades of Brick Red #D23846

Tints of Brick Red #D23846

Color information

#D23846 (or 0xD23846) is unknown color: approx Brick Red. HEX triplet: D2, 38 and 46. RGB value is (210,56,70). Sum of RGB (Red+Green+Blue) = 210+56+70=336 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.5% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 210 - color contains mainly: red. Hex color #D23846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23846 is #2DC7B9. Grayscale: #676767. Windows color (decimal): -3000250 or 4602066. OLE color: 4602066.

HSL color Cylindrical-coordinate representation of color #D23846: hue angle of 354.55º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D23846 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB2105670-
CMYK00.730.670.18
HSL354.55º63.11%52.16%-
HSV(B)354.55º73.33%82.35%-
XYZ29.116.977.54-
YUV103.64109.02203.86-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 62.5%
GREEN value IS 56 (22.27% from 255) = 16.67%
BLUE value IS 70 (27.73% from 255) = 20.83%
R=62.5%
G=16.67%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210567000.730.670.18354.5563.1152.16
HexD2384604943121633f34
Octal322701060111103225437764
Binary11010010111000100011001001001100001110010101100011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23846; }

 p { color: rgb(210,56,70); }

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

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

 a { background-color: rgb(210,56,70); }

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

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

 span { border-color: rgb(210,56,70); }

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