#D94343

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

Shades of Cinnabar #D94343

Tints of Cinnabar #D94343

Color information

#D94343 (or 0xD94343) is unknown color: approx Cinnabar. HEX triplet: D9, 43 and 43. RGB value is (217,67,67). Sum of RGB (Red+Green+Blue) = 217+67+67=351 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.82% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 217 - color contains mainly: red. Hex color #D94343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94343 is #26BCBC. Grayscale: #707070. Windows color (decimal): -2538685 or 4408281. OLE color: 4408281.

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

Color convert

RGB2176767-
CMYK00.690.690.15
HSL66.37%55.69%-
HSV(B)69.12%85.1%-
XYZ31.6419.177.34-
YUV111.85102.7203-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 61.82%
GREEN value IS 67 (26.56% from 255) = 19.09%
BLUE value IS 67 (26.56% from 255) = 19.09%
R=61.82%
G=19.09%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217676700.690.690.15066.3755.69
HexD9434304545F04238
Octal331103103010510517010270
Binary1101100110000111000011010001011000101111101000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94343; }

 p { color: rgb(217,67,67); }

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

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

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

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

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

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

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