#D23142

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

Shades of Brick Red #D23142

Tints of Brick Red #D23142

Color information

#D23142 (or 0xD23142) is unknown color: approx Brick Red. HEX triplet: D2, 31 and 42. RGB value is (210,49,66). Sum of RGB (Red+Green+Blue) = 210+49+66=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D23142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23142 is #2DCEBD. Grayscale: #636363. Windows color (decimal): -3002046 or 4338130. OLE color: 4338130.

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

Color convert

RGB2104966-
CMYK00.770.690.18
HSL353.66º64.14%50.78%-
HSV(B)353.66º76.67%82.35%-
XYZ28.6616.296.79-
YUV99.08109.34207.12-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 64.62%
GREEN value IS 49 (19.53% from 255) = 15.08%
BLUE value IS 66 (26.17% from 255) = 20.31%
R=64.62%
G=15.08%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210496600.770.690.18353.6664.1450.78
HexD2314204D45121624033
Octal3226110201151052254210063
Binary110100101100011000010010011011000101100101011000101000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23142; }

 p { color: rgb(210,49,66); }

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

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

 a { background-color: rgb(210,49,66); }

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

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

 span { border-color: rgb(210,49,66); }

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