#D23A48

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

Shades of Brick Red #D23A48

Tints of Brick Red #D23A48

Color information

#D23A48 (or 0xD23A48) is unknown color: approx Brick Red. HEX triplet: D2, 3A and 48. RGB value is (210,58,72). Sum of RGB (Red+Green+Blue) = 210+58+72=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23A48 is #2DC5B7. Grayscale: #696969. Windows color (decimal): -2999736 or 4733650. OLE color: 4733650.

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

Color convert

RGB2105872-
CMYK00.720.660.18
HSL354.47º62.81%52.55%-
HSV(B)354.47º72.38%82.35%-
XYZ29.2617.27.91-
YUV105.04109.36202.86-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 61.76%
GREEN value IS 58 (23.05% from 255) = 17.06%
BLUE value IS 72 (28.52% from 255) = 21.18%
R=61.76%
G=17.06%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210587200.720.660.18354.4762.8152.55
HexD23A4804842121623f35
Octal322721100110102225427765
Binary11010010111010100100001001000100001010010101100010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23A48; }

 p { color: rgb(210,58,72); }

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

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

 a { background-color: rgb(210,58,72); }

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

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

 span { border-color: rgb(210,58,72); }

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