#DA3A27

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

Shades of Cinnabar #DA3A27

Tints of Cinnabar #DA3A27

Color information

#DA3A27 (or 0xDA3A27) is unknown color: approx Cinnabar. HEX triplet: DA, 3A and 27. RGB value is (218,58,39). Sum of RGB (Red+Green+Blue) = 218+58+39=315 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.21% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 39 (15.62% from 255 or 12.38% from 315); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3A27 is #25C5D8. Grayscale: #676767. Windows color (decimal): -2475481 or 2570970. OLE color: 2570970.

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

Color convert

RGB2185839-
CMYK00.730.820.15
HSL6.37º70.75%50.39%-
HSV(B)6.37º82.11%85.49%-
XYZ30.7918.083.79-
YUV103.6791.51209.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 69.21%
GREEN value IS 58 (23.05% from 255) = 18.41%
BLUE value IS 39 (15.62% from 255) = 12.38%
R=69.21%
G=18.41%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.82
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218583900.730.820.156.3770.7550.39
HexDA3A2704952F64732
Octal3327247011112217610762
Binary1101101011101010011101001001101001011111101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3A27; }

 p { color: rgb(218,58,39); }

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

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

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

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

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

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

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