#DA493D

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

Shades of Cinnabar #DA493D

Tints of Cinnabar #DA493D

Color information

#DA493D (or 0xDA493D) is unknown color: approx Cinnabar. HEX triplet: DA, 49 and 3D. RGB value is (218,73,61). Sum of RGB (Red+Green+Blue) = 218+73+61=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA493D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA493D is #25B6C2. Grayscale: #737373. Windows color (decimal): -2471619 or 4016602. OLE color: 4016602.

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

Color convert

RGB2187361-
CMYK00.670.720.15
HSL4.59º67.97%54.71%-
HSV(B)4.59º72.02%85.49%-
XYZ32.1420.016.58-
YUV114.9997.54201.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 61.93%
GREEN value IS 73 (28.91% from 255) = 20.74%
BLUE value IS 61 (24.22% from 255) = 17.33%
R=61.93%
G=20.74%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218736100.670.720.154.5967.9754.71
HexDA493D04348F54437
Octal33211175010311017510467
Binary11011010100100111110101000011100100011111011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA493D; }

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

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

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

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

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

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

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

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