#D94933

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

Shades of Cinnabar #D94933

Tints of Cinnabar #D94933

Color information

#D94933 (or 0xD94933) is unknown color: approx Cinnabar. HEX triplet: D9, 49 and 33. RGB value is (217,73,51). Sum of RGB (Red+Green+Blue) = 217+73+51=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 51 (20.31% from 255 or 14.96% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D94933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94933 is #26B6CC. Grayscale: #717171. Windows color (decimal): -2537165 or 3361241. OLE color: 3361241.

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

Color convert

RGB2177351-
CMYK00.660.760.15
HSL7.95º68.6%52.55%-
HSV(B)7.95º76.5%85.1%-
XYZ31.619.765.28-
YUV113.5592.71201.79-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 63.64%
GREEN value IS 73 (28.91% from 255) = 21.41%
BLUE value IS 51 (20.31% from 255) = 14.96%
R=63.64%
G=21.41%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217735100.660.760.157.9568.652.55
HexD949330424CF84535
Octal331111630102114171010565
Binary110110011001001110011010000101001100111110001000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94933; }

 p { color: rgb(217,73,51); }

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

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

 a { background-color: rgb(217,73,51); }

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

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

 span { border-color: rgb(217,73,51); }

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