#d23d4d

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

Shades of Brick Red #D23D4D

Tints of Brick Red #D23D4D

Color information

#D23D4D (or 0xD23D4D) is unknown color: approx Brick Red. HEX triplet: D2, 3D and 4D. RGB value is (210,61,77). Sum of RGB (Red+Green+Blue) = 210+61+77=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 61 (24.22% from 255 or 17.53% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D23D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23D4D is #2DC2B2. Grayscale: #6B6B6B. Windows color (decimal): -2998963 or 5062098. OLE color: 5062098.

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

Color convert

RGB2106177-
CMYK00.710.630.18
HSL353.56º62.34%53.14%-
HSV(B)353.56º70.95%82.35%-
XYZ29.5917.578.85-
YUV107.38110.86201.2-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 60.34%
GREEN value IS 61 (24.22% from 255) = 17.53%
BLUE value IS 77 (30.47% from 255) = 22.13%
R=60.34%
G=17.53%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210617700.710.630.18353.5662.3453.14
HexD23D4D0473F121623e35
Octal32275115010777225427665
Binary1101001011110110011010100011111111110010101100010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d23d4d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d23d4d; }

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

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

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

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

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

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

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

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