#D93C39

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

Shades of Cinnabar #D93C39

Tints of Cinnabar #D93C39

Color information

#D93C39 (or 0xD93C39) is unknown color: approx Cinnabar. HEX triplet: D9, 3C and 39. RGB value is (217,60,57). Sum of RGB (Red+Green+Blue) = 217+60+57=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 57 (22.66% from 255 or 17.07% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D93C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93C39 is #26C3C6. Grayscale: #6A6A6A. Windows color (decimal): -2540487 or 3751129. OLE color: 3751129.

HSL color Cylindrical-coordinate representation of color #D93C39: hue angle of 1.13º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D93C39 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB2176057-
CMYK00.720.740.15
HSL1.13º67.8%53.73%-
HSV(B)1.13º73.73%85.1%-
XYZ30.9718.285.77-
YUV106.6100.01206.74-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 64.97%
GREEN value IS 60 (23.83% from 255) = 17.96%
BLUE value IS 57 (22.66% from 255) = 17.07%
R=64.97%
G=17.96%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217605700.720.740.151.1367.853.73
HexD93C390484AF14436
Octal3317471011011217110466
Binary11011001111100111001010010001001010111111000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93C39; }

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

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

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

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

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

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

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

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