#D94635

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

Shades of Cinnabar #D94635

Tints of Cinnabar #D94635

Color information

#D94635 (or 0xD94635) is unknown color: approx Cinnabar. HEX triplet: D9, 46 and 35. RGB value is (217,70,53). Sum of RGB (Red+Green+Blue) = 217+70+53=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 53 (21.09% from 255 or 15.59% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D94635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94635 is #26B9CA. Grayscale: #707070. Windows color (decimal): -2537931 or 3491545. OLE color: 3491545.

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

Color convert

RGB2177053-
CMYK00.680.760.15
HSL6.22º68.33%52.94%-
HSV(B)6.22º75.58%85.1%-
XYZ31.4519.395.45-
YUV112.0194.7202.88-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 63.82%
GREEN value IS 70 (27.73% from 255) = 20.59%
BLUE value IS 53 (21.09% from 255) = 15.59%
R=63.82%
G=20.59%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217705300.680.760.156.2268.3352.94
HexD946350444CF64435
Octal33110665010411417610465
Binary11011001100011011010101000100100110011111101000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94635; }

 p { color: rgb(217,70,53); }

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

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

 a { background-color: rgb(217,70,53); }

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

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

 span { border-color: rgb(217,70,53); }

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