#DA4438

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

Shades of Cinnabar #DA4438

Tints of Cinnabar #DA4438

Color information

#DA4438 (or 0xDA4438) is unknown color: approx Cinnabar. HEX triplet: DA, 44 and 38. RGB value is (218,68,56). Sum of RGB (Red+Green+Blue) = 218+68+56=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 56 (22.27% from 255 or 16.37% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4438 is #25BBC7. Grayscale: #6F6F6F. Windows color (decimal): -2472904 or 3687642. OLE color: 3687642.

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

Color convert

RGB2186856-
CMYK00.690.740.15
HSL4.44º68.64%53.73%-
HSV(B)4.44º74.31%85.49%-
XYZ31.6919.335.8-
YUV111.4896.7203.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 63.74%
GREEN value IS 68 (26.95% from 255) = 19.88%
BLUE value IS 56 (22.27% from 255) = 16.37%
R=63.74%
G=19.88%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218685600.690.740.154.4468.6453.73
HexDA44380454AF44536
Octal33210470010511217410566
Binary11011010100010011100001000101100101011111001000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4438; }

 p { color: rgb(218,68,56); }

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

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

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

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

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

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

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