#D94F35

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

Shades of Cinnabar #D94F35

Tints of Cinnabar #D94F35

Color information

#D94F35 (or 0xD94F35) is unknown color: approx Cinnabar. HEX triplet: D9, 4F and 35. RGB value is (217,79,53). Sum of RGB (Red+Green+Blue) = 217+79+53=349 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.18% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 53 (21.09% from 255 or 15.19% from 349); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D94F35 is #26B0CA. Grayscale: #757575. Windows color (decimal): -2535627 or 3493849. OLE color: 3493849.

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

Color convert

RGB2177953-
CMYK00.640.760.15
HSL9.51º68.33%52.94%-
HSV(B)9.51º75.58%85.1%-
XYZ32.0520.65.66-
YUV117.391.72199.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 62.18%
GREEN value IS 79 (31.25% from 255) = 22.64%
BLUE value IS 53 (21.09% from 255) = 15.19%
R=62.18%
G=22.64%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217795300.640.760.159.5168.3352.94
HexD94F350404CFa4435
Octal331117650100114171210465
Binary110110011001111110101010000001001100111110101000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94F35; }

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

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

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

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

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

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

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

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