#DA4731

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

Shades of Cinnabar #DA4731

Tints of Cinnabar #DA4731

Color information

#DA4731 (or 0xDA4731) is unknown color: approx Cinnabar. HEX triplet: DA, 47 and 31. RGB value is (218,71,49). Sum of RGB (Red+Green+Blue) = 218+71+49=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4731 is #25B8CE. Grayscale: #707070. Windows color (decimal): -2472143 or 3229658. OLE color: 3229658.

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

Color convert

RGB2187149-
CMYK00.670.780.15
HSL7.81º69.55%52.35%-
HSV(B)7.81º77.52%85.49%-
XYZ31.7219.635.02-
YUV112.4492.2203.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 64.50%
GREEN value IS 71 (28.12% from 255) = 21.01%
BLUE value IS 49 (19.53% from 255) = 14.50%
R=64.50%
G=21.01%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.78
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218714900.670.780.157.8169.5552.35
HexDA47310434EF84634
Octal332107610103116171010664
Binary110110101000111110001010000111001110111110001000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4731; }

 p { color: rgb(218,71,49); }

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

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

 a { background-color: rgb(218,71,49); }

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

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

 span { border-color: rgb(218,71,49); }

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