#D94D3D

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

Shades of Cinnabar #D94D3D

Tints of Cinnabar #D94D3D

Color information

#D94D3D (or 0xD94D3D) is unknown color: approx Cinnabar. HEX triplet: D9, 4D and 3D. RGB value is (217,77,61). Sum of RGB (Red+Green+Blue) = 217+77+61=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D94D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D94D3D is #26B2C2. Grayscale: #757575. Windows color (decimal): -2536131 or 4017625. OLE color: 4017625.

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

Color convert

RGB2177761-
CMYK00.650.720.15
HSL6.15º67.24%54.51%-
HSV(B)6.15º71.89%85.1%-
XYZ32.1120.46.66-
YUV117.0496.38199.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 61.13%
GREEN value IS 77 (30.47% from 255) = 21.69%
BLUE value IS 61 (24.22% from 255) = 17.18%
R=61.13%
G=21.69%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217776100.650.720.156.1567.2454.51
HexD94D3D04148F64337
Octal33111575010111017610367
Binary11011001100110111110101000001100100011111101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94D3D; }

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

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

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

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

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

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

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

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