#D93C34

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

Shades of Cinnabar #D93C34

Tints of Cinnabar #D93C34

Color information

#D93C34 (or 0xD93C34) is unknown color: approx Cinnabar. HEX triplet: D9, 3C and 34. RGB value is (217,60,52). Sum of RGB (Red+Green+Blue) = 217+60+52=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D93C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93C34 is #26C3CB. Grayscale: #6A6A6A. Windows color (decimal): -2540492 or 3423449. OLE color: 3423449.

HSL color Cylindrical-coordinate representation of color #D93C34: hue angle of 2.91º degrees, saturation: 0.68, 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 #D93C34 is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB2176052-
CMYK00.720.760.15
HSL2.91º68.46%52.75%-
HSV(B)2.91º76.04%85.1%-
XYZ30.8518.235.14-
YUV106.0397.51207.15-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 65.96%
GREEN value IS 60 (23.83% from 255) = 18.24%
BLUE value IS 52 (20.70% from 255) = 15.81%
R=65.96%
G=18.24%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217605200.720.760.152.9168.4652.75
HexD93C340484CF34435
Octal3317464011011417310465
Binary110110011111001101000100100010011001111111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93C34; }

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

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

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

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

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

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

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

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