#D9392C

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

Shades of Cinnabar #D9392C

Tints of Cinnabar #D9392C

Color information

#D9392C (or 0xD9392C) is unknown color: approx Cinnabar. HEX triplet: D9, 39 and 2C. RGB value is (217,57,44). Sum of RGB (Red+Green+Blue) = 217+57+44=318 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.24% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 217 - color contains mainly: red. Hex color #D9392C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9392C is #26C6D3. Grayscale: #676767. Windows color (decimal): -2541268 or 2898393. OLE color: 2898393.

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

Color convert

RGB2175744-
CMYK00.740.800.15
HSL4.51º69.48%51.18%-
HSV(B)4.51º79.72%85.1%-
XYZ30.5317.864.22-
YUV103.3694.51209.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 68.24%
GREEN value IS 57 (22.66% from 255) = 17.92%
BLUE value IS 44 (17.58% from 255) = 13.84%
R=68.24%
G=17.92%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.80
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217574400.740.800.154.5169.4851.18
HexD9392C04A50F54533
Octal3317154011212017510563
Binary1101100111100110110001001010101000011111011000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9392C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9392C; }

 p { color: rgb(217,57,44); }

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

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

 a { background-color: rgb(217,57,44); }

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

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

 span { border-color: rgb(217,57,44); }

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