#D23D4C

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

Shades of Brick Red #D23D4C

Tints of Brick Red #D23D4C

Color information

#D23D4C (or 0xD23D4C) is unknown color: approx Brick Red. HEX triplet: D2, 3D and 4C. RGB value is (210,61,76). Sum of RGB (Red+Green+Blue) = 210+61+76=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D23D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23D4C is #2DC2B3. Grayscale: #6B6B6B. Windows color (decimal): -2998964 or 4996562. OLE color: 4996562.

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

Color convert

RGB2106176-
CMYK00.710.640.18
HSL353.96º62.34%53.14%-
HSV(B)353.96º70.95%82.35%-
XYZ29.5517.568.67-
YUV107.26110.36201.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 60.52%
GREEN value IS 61 (24.22% from 255) = 17.58%
BLUE value IS 76 (30.08% from 255) = 21.90%
R=60.52%
G=17.58%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210617600.710.640.18353.9662.3453.14
HexD23D4C04740121623e35
Octal322751140107100225427665
Binary11010010111101100110001000111100000010010101100010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23D4C; }

 p { color: rgb(210,61,76); }

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

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

 a { background-color: rgb(210,61,76); }

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

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

 span { border-color: rgb(210,61,76); }

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