#D6413D

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

Shades of Cinnabar #D6413D

Tints of Cinnabar #D6413D

Color information

#D6413D (or 0xD6413D) is unknown color: approx Cinnabar. HEX triplet: D6, 41 and 3D. RGB value is (214,65,61). Sum of RGB (Red+Green+Blue) = 214+65+61=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D6413D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6413D is #29BEC2. Grayscale: #6D6D6D. Windows color (decimal): -2735811 or 4014550. OLE color: 4014550.

HSL color Cylindrical-coordinate representation of color #D6413D: hue angle of 1.57º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6413D is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB2146561-
CMYK00.700.710.16
HSL1.57º65.11%53.92%-
HSV(B)1.57º71.5%83.92%-
XYZ30.4618.416.36-
YUV109.1100.86202.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 62.94%
GREEN value IS 65 (25.78% from 255) = 19.12%
BLUE value IS 61 (24.22% from 255) = 17.94%
R=62.94%
G=19.12%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214656100.700.710.161.5765.1153.92
HexD6413D046471024136
Octal32610175010610720210166
Binary11010110100000111110101000110100011110000101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6413D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6413D; }

 p { color: rgb(214,65,61); }

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

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

 a { background-color: rgb(214,65,61); }

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

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

 span { border-color: rgb(214,65,61); }

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