#DA1F46

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

Shades of Crimson #DA1F46

Tints of Crimson #DA1F46

Color information

#DA1F46 (or 0xDA1F46) is unknown color: approx Crimson. HEX triplet: DA, 1F and 46. RGB value is (218,31,70). Sum of RGB (Red+Green+Blue) = 218+31+70=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 31 (12.5% from 255 or 9.72% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1F46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA1F46 is #25E0B9. Grayscale: #5B5B5B. Windows color (decimal): -2482362 or 4595674. OLE color: 4595674.

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

Color convert

RGB2183170-
CMYK00.860.680.15
HSL347.49º75.1%48.82%-
HSV(B)347.49º85.78%85.49%-
XYZ30.5116.337.34-
YUV91.36115.95218.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 68.34%
GREEN value IS 31 (12.5% from 255) = 9.72%
BLUE value IS 70 (27.73% from 255) = 21.94%
R=68.34%
G=9.72%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218317000.860.680.15347.4975.148.82
HexDA1F4605644F15b4b31
Octal3323710601261041753311361
Binary1101101011111100011001010110100010011111010110111001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA1F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA1F46; }

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

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

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

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

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

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

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

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