#DA3927

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

Shades of Cinnabar #DA3927

Tints of Cinnabar #DA3927

Color information

#DA3927 (or 0xDA3927) is unknown color: approx Cinnabar. HEX triplet: DA, 39 and 27. RGB value is (218,57,39). Sum of RGB (Red+Green+Blue) = 218+57+39=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 39 (15.62% from 255 or 12.42% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3927 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3927 is #25C6D8. Grayscale: #676767. Windows color (decimal): -2475737 or 2570714. OLE color: 2570714.

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

Color convert

RGB2185739-
CMYK00.740.820.15
HSL6.03º70.75%50.39%-
HSV(B)6.03º82.11%85.49%-
XYZ30.7417.983.77-
YUV103.0991.84209.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 69.43%
GREEN value IS 57 (22.66% from 255) = 18.15%
BLUE value IS 39 (15.62% from 255) = 12.42%
R=69.43%
G=18.15%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.82
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218573900.740.820.156.0370.7550.39
HexDA392704A52F64732
Octal3327147011212217610762
Binary1101101011100110011101001010101001011111101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3927; }

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

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

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

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

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

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

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

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