#D23043

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

Shades of Brick Red #D23043

Tints of Brick Red #D23043

Color information

#D23043 (or 0xD23043) is unknown color: approx Brick Red. HEX triplet: D2, 30 and 43. RGB value is (210,48,67). Sum of RGB (Red+Green+Blue) = 210+48+67=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D23043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23043 is #2DCFBC. Grayscale: #626262. Windows color (decimal): -3002301 or 4403410. OLE color: 4403410.

HSL color Cylindrical-coordinate representation of color #D23043: hue angle of 352.96º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D23043 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB2104867-
CMYK00.770.680.18
HSL352.96º64.29%50.59%-
HSV(B)352.96º77.14%82.35%-
XYZ28.6516.226.93-
YUV98.6110.17207.46-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 64.62%
GREEN value IS 48 (19.14% from 255) = 14.77%
BLUE value IS 67 (26.56% from 255) = 20.62%
R=64.62%
G=14.77%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210486700.770.680.18352.9664.2950.59
HexD2304304D44121614033
Octal3226010301151042254110063
Binary110100101100001000011010011011000100100101011000011000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23043; }

 p { color: rgb(210,48,67); }

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

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

 a { background-color: rgb(210,48,67); }

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

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

 span { border-color: rgb(210,48,67); }

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