#DA4531

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

Shades of Cinnabar #DA4531

Tints of Cinnabar #DA4531

Color information

#DA4531 (or 0xDA4531) is unknown color: approx Cinnabar. HEX triplet: DA, 45 and 31. RGB value is (218,69,49). Sum of RGB (Red+Green+Blue) = 218+69+49=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4531 is #25BACE. Grayscale: #6F6F6F. Windows color (decimal): -2472655 or 3229146. OLE color: 3229146.

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

Color convert

RGB2186949-
CMYK00.680.780.15
HSL7.1º69.55%52.35%-
HSV(B)7.1º77.52%85.49%-
XYZ31.619.384.98-
YUV111.2792.86204.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 64.88%
GREEN value IS 69 (27.34% from 255) = 20.54%
BLUE value IS 49 (19.53% from 255) = 14.58%
R=64.88%
G=20.54%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.78
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218694900.680.780.157.169.5552.35
HexDA45310444EF74634
Octal33210561010411617710664
Binary11011010100010111000101000100100111011111111000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4531; }

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

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

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

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

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

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

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

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