#D93344

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

Shades of Brick Red #D93344

Tints of Brick Red #D93344

Color information

#D93344 (or 0xD93344) is unknown color: approx Brick Red. HEX triplet: D9, 33 and 44. RGB value is (217,51,68). Sum of RGB (Red+Green+Blue) = 217+51+68=336 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.58% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 217 - color contains mainly: red. Hex color #D93344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93344 is #26CCBB. Grayscale: #666666. Windows color (decimal): -2542780 or 4469721. OLE color: 4469721.

HSL color Cylindrical-coordinate representation of color #D93344: hue angle of 353.86º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D93344 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB2175168-
CMYK00.760.690.15
HSL353.86º68.6%52.55%-
HSV(B)353.86º76.5%85.1%-
XYZ30.8417.547.23-
YUV102.57108.5209.62-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 64.58%
GREEN value IS 51 (20.31% from 255) = 15.18%
BLUE value IS 68 (26.95% from 255) = 20.24%
R=64.58%
G=15.18%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217516800.760.690.15353.8668.652.55
HexD9334404C45F1624535
Octal3316310401141051754210565
Binary11011001110011100010001001100100010111111011000101000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93344; }

 p { color: rgb(217,51,68); }

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

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

 a { background-color: rgb(217,51,68); }

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

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

 span { border-color: rgb(217,51,68); }

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