#D8463F

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

Shades of Cinnabar #D8463F

Tints of Cinnabar #D8463F

Color information

#D8463F (or 0xD8463F) is unknown color: approx Cinnabar. HEX triplet: D8, 46 and 3F. RGB value is (216,70,63). Sum of RGB (Red+Green+Blue) = 216+70+63=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 63 (25% from 255 or 18.05% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D8463F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8463F is #27B9C0. Grayscale: #717171. Windows color (decimal): -2603457 or 4146904. OLE color: 4146904.

HSL color Cylindrical-coordinate representation of color #D8463F: hue angle of 2.75º 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 #D8463F is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB2167063-
CMYK00.680.710.15
HSL2.75º66.23%54.71%-
HSV(B)2.75º70.83%84.71%-
XYZ31.4119.346.78-
YUV112.8699.87201.57-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 61.89%
GREEN value IS 70 (27.73% from 255) = 20.06%
BLUE value IS 63 (25% from 255) = 18.05%
R=61.89%
G=20.06%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216706300.680.710.152.7566.2354.71
HexD8463F04447F34237
Octal33010677010410717310267
Binary1101100010001101111110100010010001111111111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8463F; }

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

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

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

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

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

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

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

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