#D94D31

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

Shades of Cinnabar #D94D31

Tints of Cinnabar #D94D31

Color information

#D94D31 (or 0xD94D31) is unknown color: approx Cinnabar. HEX triplet: D9, 4D and 31. RGB value is (217,77,49). Sum of RGB (Red+Green+Blue) = 217+77+49=343 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.27% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 49 (19.53% from 255 or 14.29% from 343); Max value from RGB is 217 - color contains mainly: red. Hex color #D94D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D94D31 is #26B2CE. Grayscale: #737373. Windows color (decimal): -2536143 or 3231193. OLE color: 3231193.

HSL color Cylindrical-coordinate representation of color #D94D31: hue angle of 10º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D94D31 is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB2177749-
CMYK00.650.770.15
HSL10º68.85%52.16%-
HSV(B)10º77.42%85.1%-
XYZ31.8220.285.14-
YUV115.6790.38200.28-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 63.27%
GREEN value IS 77 (30.47% from 255) = 22.45%
BLUE value IS 49 (19.53% from 255) = 14.29%
R=63.27%
G=22.45%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217774900.650.770.151068.8552.16
HexD94D310414DFa4534
Octal331115610101115171210564
Binary110110011001101110001010000011001101111110101000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94D31; }

 p { color: rgb(217,77,49); }

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

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

 a { background-color: rgb(217,77,49); }

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

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

 span { border-color: rgb(217,77,49); }

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