#DA1346

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

Shades of Crimson #DA1346

Tints of Crimson #DA1346

Color information

#DA1346 (or 0xDA1346) is unknown color: approx Crimson. HEX triplet: DA, 13 and 46. RGB value is (218,19,70). Sum of RGB (Red+Green+Blue) = 218+19+70=307 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.01% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1346 is #25ECB9. Grayscale: #545454. Windows color (decimal): -2485434 or 4592602. OLE color: 4592602.

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

Color convert

RGB2181970-
CMYK00.910.680.15
HSL344.62º83.97%46.47%-
HSV(B)344.62º91.28%85.49%-
XYZ30.2515.817.25-
YUV84.32119.93223.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 71.01%
GREEN value IS 19 (7.81% from 255) = 6.19%
BLUE value IS 70 (27.73% from 255) = 22.80%
R=71.01%
G=6.19%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218197000.910.680.15344.6283.9746.47
HexDA134605B44F159542e
Octal3322310601331041753112456
Binary1101101010011100011001011011100010011111010110011010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA1346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA1346; }

 p { color: rgb(218,19,70); }

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

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

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

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

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

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

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