#D8443F

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

Shades of Cinnabar #D8443F

Tints of Cinnabar #D8443F

Color information

#D8443F (or 0xD8443F) is unknown color: approx Cinnabar. HEX triplet: D8, 44 and 3F. RGB value is (216,68,63). Sum of RGB (Red+Green+Blue) = 216+68+63=347 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.25% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 216 - color contains mainly: red. Hex color #D8443F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8443F is #27BBC0. Grayscale: #6F6F6F. Windows color (decimal): -2603969 or 4146392. OLE color: 4146392.

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

Color convert

RGB2166863-
CMYK00.690.710.15
HSL1.96º66.23%54.71%-
HSV(B)1.96º70.83%84.71%-
XYZ31.2819.096.74-
YUV111.68100.53202.41-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 62.25%
GREEN value IS 68 (26.95% from 255) = 19.60%
BLUE value IS 63 (25% from 255) = 18.16%
R=62.25%
G=19.60%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216686300.690.710.151.9666.2354.71
HexD8443F04547F24237
Octal33010477010510717210267
Binary1101100010001001111110100010110001111111101000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8443F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8443F; }

 p { color: rgb(216,68,63); }

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

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

 a { background-color: rgb(216,68,63); }

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

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

 span { border-color: rgb(216,68,63); }

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