#D94F3C

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

Shades of Cinnabar #D94F3C

Tints of Cinnabar #D94F3C

Color information

#D94F3C (or 0xD94F3C) is unknown color: approx Cinnabar. HEX triplet: D9, 4F and 3C. RGB value is (217,79,60). Sum of RGB (Red+Green+Blue) = 217+79+60=356 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.96% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D94F3C is #26B0C3. Grayscale: #767676. Windows color (decimal): -2535620 or 3952601. OLE color: 3952601.

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

Color convert

RGB2177960-
CMYK00.640.720.15
HSL7.26º67.38%54.31%-
HSV(B)7.26º72.35%85.1%-
XYZ32.2320.676.57-
YUV118.195.22198.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 60.96%
GREEN value IS 79 (31.25% from 255) = 22.19%
BLUE value IS 60 (23.83% from 255) = 16.85%
R=60.96%
G=22.19%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217796000.640.720.157.2667.3854.31
HexD94F3C04048F74336
Octal33111774010011017710366
Binary11011001100111111110001000000100100011111111000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94F3C; }

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

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

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

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

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

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

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

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