#DA4040

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

Shades of Cinnabar #DA4040

Tints of Cinnabar #DA4040

Color information

#DA4040 (or 0xDA4040) is unknown color: approx Cinnabar. HEX triplet: DA, 40 and 40. RGB value is (218,64,64). Sum of RGB (Red+Green+Blue) = 218+64+64=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4040 is #25BFBF. Grayscale: #6E6E6E. Windows color (decimal): -2473920 or 4210906. OLE color: 4210906.

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

Color convert

RGB2186464-
CMYK00.710.710.15
HSL67.54%55.29%-
HSV(B)70.64%85.49%-
XYZ31.6718.946.84-
YUV110.05102.02205-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 63.01%
GREEN value IS 64 (25.39% from 255) = 18.50%
BLUE value IS 64 (25.39% from 255) = 18.50%
R=63.01%
G=18.50%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218646400.710.710.15067.5455.29
HexDA404004747F04437
Octal332100100010710717010467
Binary1101101010000001000000010001111000111111101000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4040; }

 p { color: rgb(218,64,64); }

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

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

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

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

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

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

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