#D6493D

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

Shades of Cinnabar #D6493D

Tints of Cinnabar #D6493D

Color information

#D6493D (or 0xD6493D) is unknown color: approx Cinnabar. HEX triplet: D6, 49 and 3D. RGB value is (214,73,61). Sum of RGB (Red+Green+Blue) = 214+73+61=348 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.49% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 214 - color contains mainly: red. Hex color #D6493D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6493D is #29B6C2. Grayscale: #717171. Windows color (decimal): -2733763 or 4016598. OLE color: 4016598.

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

Color convert

RGB2147361-
CMYK00.660.710.16
HSL4.71º65.11%53.92%-
HSV(B)4.71º71.5%83.92%-
XYZ30.9619.46.53-
YUV113.7998.21199.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 61.49%
GREEN value IS 73 (28.91% from 255) = 20.98%
BLUE value IS 61 (24.22% from 255) = 17.53%
R=61.49%
G=20.98%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214736100.660.710.164.7165.1153.92
HexD6493D042471054136
Octal32611175010210720510166
Binary110101101001001111101010000101000111100001011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6493D; }

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

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

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

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

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

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

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

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