#DA4F31

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

Shades of Cinnabar #DA4F31

Tints of Cinnabar #DA4F31

Color information

#DA4F31 (or 0xDA4F31) is unknown color: approx Cinnabar. HEX triplet: DA, 4F and 31. RGB value is (218,79,49). Sum of RGB (Red+Green+Blue) = 218+79+49=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4F31 is #25B0CE. Grayscale: #757575. Windows color (decimal): -2470095 or 3231706. OLE color: 3231706.

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

Color convert

RGB2187949-
CMYK00.640.780.15
HSL10.65º69.55%52.35%-
HSV(B)10.65º77.52%85.49%-
XYZ32.2620.725.2-
YUV117.1489.55199.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 63.01%
GREEN value IS 79 (31.25% from 255) = 22.83%
BLUE value IS 49 (19.53% from 255) = 14.16%
R=63.01%
G=22.83%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.78
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218794900.640.780.1510.6569.5552.35
HexDA4F310404EFb4634
Octal332117610100116171310664
Binary110110101001111110001010000001001110111110111000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4F31; }

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

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

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

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

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

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

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

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